Skip to content

Commit

Permalink
fix pod annotations.
Browse files Browse the repository at this point in the history
Signed-off-by: OMPRAKASH MISHRA <[email protected]>
  • Loading branch information
mishraomp committed Jan 11, 2024
1 parent d630a8c commit afaacef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/pubcode/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,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 +164,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 afaacef

Please sign in to comment.