Skip to content

Commit

Permalink
fix mongodb hostname
Browse files Browse the repository at this point in the history
Signed-off-by: pstlouis <patrick.st-louis@opsecid.ca>
  • Loading branch information
PatStLouis committed Nov 26, 2024
1 parent adf77c7 commit fd94bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/orgbook-publisher/templates/backend/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:

# MONGODB
- name: MONGO_HOST
value: "{{ .Release.Name }}-mongodb.{{ .Release.Namespace }}.svc"
value: "{{ .Release.Name }}-mongodb"
- name: MONGO_PORT
value: {{ .Values.mongodb.service.ports.mongodb | quote }}
- name: MONGO_USER
Expand Down

0 comments on commit fd94bf8

Please sign in to comment.