Skip to content

Commit

Permalink
update helm service version (#300)
Browse files Browse the repository at this point in the history
* update helm service version

Signed-off-by: OMPRAKASH MISHRA <omprakashmishra3978@gmail.com>

* fix pod annotations.

Signed-off-by: OMPRAKASH MISHRA <omprakashmishra3978@gmail.com>

* fix to add imagestreams

Signed-off-by: OMPRAKASH MISHRA <omprakashmishra3978@gmail.com>

---------

Signed-off-by: OMPRAKASH MISHRA <omprakashmishra3978@gmail.com>
  • Loading branch information
mishraomp authored Jan 11, 2024
1 parent 6dcbd21 commit f3d42c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/pubcode/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 4 additions & 2 deletions charts/pubcode/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit f3d42c0

Please sign in to comment.