Loading cluster/kubernetes/charts/templates/configuration/esgcet-overrides.yaml 0 → 100644 +9 −0 Original line number Diff line number Diff line apiVersion: v1 kind: ConfigMap metadata: name: "{{ template "fullname" . }}-esgcet-overrides" labels: {{ include "default-labels" . | indent 4 }} component: configuration data: {{ toYaml .Values.esgcetOverrides | indent 2 }} cluster/kubernetes/charts/templates/publisher/deployment.yaml +8 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ spec: annotations: checksum/secrets: {{ include (print $.Template.BasePath "/configuration/secrets.yaml") . | sha256sum }} checksum/trust-bundle: {{ include (print $.Template.BasePath "/configuration/trust-bundle.yaml") . | sha256sum }} checksum/esgcet-overrides: {{ include (print $.Template.BasePath "/configuration/esgcet-overrides.yaml") . | sha256sum }} spec: # Setting fsGroup for the pod allows some provisioners to chown mounted volumes to the given group # The publish group is 1001 inside the container Loading Loading @@ -122,6 +123,10 @@ spec: - mountPath: /esg/certificates/esg-trust-bundle.pem name: trust-bundle subPath: esg-trust-bundle.pem readOnly: true - mountPath: /esg/config/esgcet/.overrides name: esgcet-overrides readOnly: true resources: {{ toYaml .Values.publisher.resources | indent 12 }} volumes: Loading @@ -134,3 +139,6 @@ spec: - name: trust-bundle configMap: name: "{{ template "fullname" . }}-trust-bundle" - name: esgcet-overrides configMap: name: "{{ template "fullname" . }}-esgcet-overrides" cluster/kubernetes/charts/values.yaml +0 −2 Original line number Diff line number Diff line esgConfigOverrides: {} solr: image: repository: esgfhub/solr Loading Loading
cluster/kubernetes/charts/templates/configuration/esgcet-overrides.yaml 0 → 100644 +9 −0 Original line number Diff line number Diff line apiVersion: v1 kind: ConfigMap metadata: name: "{{ template "fullname" . }}-esgcet-overrides" labels: {{ include "default-labels" . | indent 4 }} component: configuration data: {{ toYaml .Values.esgcetOverrides | indent 2 }}
cluster/kubernetes/charts/templates/publisher/deployment.yaml +8 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ spec: annotations: checksum/secrets: {{ include (print $.Template.BasePath "/configuration/secrets.yaml") . | sha256sum }} checksum/trust-bundle: {{ include (print $.Template.BasePath "/configuration/trust-bundle.yaml") . | sha256sum }} checksum/esgcet-overrides: {{ include (print $.Template.BasePath "/configuration/esgcet-overrides.yaml") . | sha256sum }} spec: # Setting fsGroup for the pod allows some provisioners to chown mounted volumes to the given group # The publish group is 1001 inside the container Loading Loading @@ -122,6 +123,10 @@ spec: - mountPath: /esg/certificates/esg-trust-bundle.pem name: trust-bundle subPath: esg-trust-bundle.pem readOnly: true - mountPath: /esg/config/esgcet/.overrides name: esgcet-overrides readOnly: true resources: {{ toYaml .Values.publisher.resources | indent 12 }} volumes: Loading @@ -134,3 +139,6 @@ spec: - name: trust-bundle configMap: name: "{{ template "fullname" . }}-trust-bundle" - name: esgcet-overrides configMap: name: "{{ template "fullname" . }}-esgcet-overrides"
cluster/kubernetes/charts/values.yaml +0 −2 Original line number Diff line number Diff line esgConfigOverrides: {} solr: image: repository: esgfhub/solr Loading