diff --git a/infrastructures/elasticsearch/base/kustomization.yaml b/infrastructures/elasticsearch/base/kustomization.yaml deleted file mode 100644 index 801015a..0000000 --- a/infrastructures/elasticsearch/base/kustomization.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization -resources: [] ---- -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization -helmCharts: - - name: XXX - repo: https://raw.githubusercontent.com/plexinc/pms-docker/gh-pages - version: 0.0.0 - releaseName: XXX - valuesFile: values.yaml \ No newline at end of file diff --git a/infrastructures/elasticsearch/base/values.yaml b/infrastructures/elasticsearch/base/values.yaml deleted file mode 100644 index 7d8ba80..0000000 --- a/infrastructures/elasticsearch/base/values.yaml +++ /dev/null @@ -1,55 +0,0 @@ -namespaceOverride: elasticsearch -clusterDomain: elasticsearch.cluster.edward.sydney -clusterName: k3s-cluster -security: - enabled: true - existingSecret: elasticsearch-secrets -service: - type: LoadBalancer -ingress: - enabled: true - hostname: elasticsearch.cluster.edward.sydney - ingressClassName: nginx -master: - podSecurityContext: - fsGroup: 1000 - containerSecurityContext: - runAsUser: 1000 - runAsGroup: 1000 - persistent: - existingClaim: "" - existingVolume: "" - size: 32Gi - persistentVolumeClaimRetentionPolicy: - enabled: true -data: - podSecurityContext: - fsGroup: 1000 - containerSecurityContext: - runAsUser: 1000 - runAsGroup: 1000 - persistent: - existingClaim: "" - existingVolume: "" - size: 32Gi - persistentVolumeClaimRetentionPolicy: - enabled: true -coordinating: - podSecurityContext: - fsGroup: 1000 - containerSecurityContext: - runAsUser: 1000 - runAsGroup: 1000 -injest: - podSecurityContext: - fsGroup: 1000 - containerSecurityContext: - runAsUser: 1000 - runAsGroup: 1000 - service: - type: LoadBalancer - ports: - restAPI: 19200 - transport: 19300 - ingress: - diff --git a/infrastructures/elasticsearch/env/k3s-cluster/config.json b/infrastructures/elasticsearch/env/k3s-cluster/config.json deleted file mode 100644 index dc1ebfd..0000000 --- a/infrastructures/elasticsearch/env/k3s-cluster/config.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "appName": "XXX", - "userGivenName": "XXX", - "namespace": "XXX", - "destNamespace": "XXX", - "destServer": "https://kubernetes.default.svc", - "srcPath": "XXX/XXX/env/k3s-cluster", - "srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git", - "srcTargetRevision": "", - "labels": null, - "annotations": null -} \ No newline at end of file diff --git a/infrastructures/elasticsearch/env/k3s-cluster/kustomization.yaml b/infrastructures/elasticsearch/env/k3s-cluster/kustomization.yaml deleted file mode 100644 index a227ac4..0000000 --- a/infrastructures/elasticsearch/env/k3s-cluster/kustomization.yaml +++ /dev/null @@ -1,4 +0,0 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization -resources: - - ../../base \ No newline at end of file