Skip to content

Commit

Permalink
Merge pull request #5 from OpSecId/fix-chart-template
Browse files Browse the repository at this point in the history
Fix chart template
  • Loading branch information
esune authored Nov 26, 2024
2 parents 377643f + fd94bf8 commit 3500339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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-headless.{{ .Release.Namespace }}.svc.cluster.local"
value: "{{ .Release.Name }}-mongodb"
- name: MONGO_PORT
value: {{ .Values.mongodb.service.ports.mongodb | quote }}
- name: MONGO_USER
Expand All @@ -65,7 +65,7 @@ spec:
valueFrom:
secretKeyRef:
name: {{ .Values.mongodb.nameOverride }}
key: password
key: mongodb-passwords
ports:
- name: api
containerPort: {{ .Values.backend.service.apiPort }}
Expand Down

0 comments on commit 3500339

Please sign in to comment.