Skip to content

Commit

Permalink
Update environment variables in web_deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Flagro committed Mar 2, 2024
1 parent 3fa049f commit a864277
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions helm/templates/web_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ spec:
ports:
- containerPort: 8000
envFrom:
- secretRef:
name: phrinifluent-backend-secrets
- secretRef:
name: phrinifluent-db-secrets
- configMapRef:
name: {{ include "flatchart.fullname" . }}-backend-config
- configMapRef:
name: {{ include "flatchart.fullname" . }}-db-config
- secretRef:
name: phrinifluent-backend-secrets
- secretRef:
name: phrinifluent-db-secrets
- configMapRef:
name: {{ include "flatchart.fullname" . }}-backend-config
- configMapRef:
name: {{ include "flatchart.fullname" . }}-db-config
env:
- name: KUBERNETES_CLUSTER_DOMAIN
value: {{ quote .Values.kubernetesClusterDomain }}
Expand Down

0 comments on commit a864277

Please sign in to comment.