diff --git a/applicationsets/eck-resources.yaml b/applicationsets/eck-resources.yaml index 9226329..bee5723 100644 --- a/applicationsets/eck-resources.yaml +++ b/applicationsets/eck-resources.yaml @@ -8,11 +8,11 @@ spec: - list: elements: - env: prod - valuesFile: values-prod.yaml + valuesFile: prod-values.yaml nameSuffix: eck-prod - host: kibana-prod.dvirlabs.com + host: kibana.dvirlabs.com - env: int - valuesFile: values-int.yaml + valuesFile: int-values.yaml nameSuffix: eck-int host: kibana-int.dvirlabs.com template: @@ -35,4 +35,4 @@ spec: prune: true selfHeal: true syncOptions: - - CreateNamespace=true \ No newline at end of file + - CreateNamespace=true diff --git a/charts/eck-resources/Chart.yaml b/charts/eck-resources/Chart.yaml index 111143f..5eee716 100644 --- a/charts/eck-resources/Chart.yaml +++ b/charts/eck-resources/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 name: eck-resources -description: Deploy Elasticsearch and Kibana via ECK +description: Deploy ECK Elasticsearch and Kibana CRs version: 0.1.0 -appVersion: "8.12.0" \ No newline at end of file +appVersion: "8.12.0" diff --git a/charts/eck-resources/templates/elasticsearch.yaml b/charts/eck-resources/templates/elasticsearch.yaml index b27a586..d70a586 100644 --- a/charts/eck-resources/templates/elasticsearch.yaml +++ b/charts/eck-resources/templates/elasticsearch.yaml @@ -17,4 +17,4 @@ spec: storageClassName: nfs-client resources: requests: - storage: 5Gi \ No newline at end of file + storage: 5Gi