diff --git a/charts/pubcode/Chart.yaml b/charts/pubcode/Chart.yaml index ca685b8..58c2c5b 100644 --- a/charts/pubcode/Chart.yaml +++ b/charts/pubcode/Chart.yaml @@ -27,18 +27,18 @@ dependencies: - name: component condition: api.enabled - version: 0.2.3 + version: 0.2.4 repository: https://bcgov.github.io/helm-service/ alias: api - name: component condition: frontend.enabled - version: 0.2.3 + version: 0.2.4 repository: https://bcgov.github.io/helm-service/ alias: frontend - name: component condition: database.enabled - version: 0.2.3 + version: 0.2.4 repository: https://bcgov.github.io/helm-service/ alias: database diff --git a/charts/pubcode/values.yaml b/charts/pubcode/values.yaml index 197f82f..0e9eb90 100644 --- a/charts/pubcode/values.yaml +++ b/charts/pubcode/values.yaml @@ -20,6 +20,8 @@ global: chesAPIURL: default domain: "apps.silver.devops.gov.bc.ca" # it is required, apps.silver.devops.gov.bc.ca for silver cluster openshiftImageRegistry: "image-registry.openshift-image-registry.svc:5000" + imagestreams: + enabled: true api: enabled: true @@ -89,7 +91,7 @@ api: enabled: true host: "{{ .Release.Name }}-api.{{ .Values.global.domain }}" targetPort: http # look at line#164 refer to the name. - podAnnotations: + podAnnotations: |- prometheus.io/scrape: "true" prometheus.io/port: "3000" prometheus.io/path: "/metrics" @@ -164,7 +166,7 @@ frontend: enabled: true host: "{{ .Release.Name }}.{{ .Values.global.domain }}" targetPort: http # look at line#164 refer to the name. - podAnnotations: + podAnnotations: |- prometheus.io/scrape: "true" prometheus.io/port: "3002" prometheus.io/path: "/metrics"