Skip to content

Commit

Permalink
fix: update Helm chart to avoid breaking backend
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeLyttle committed Nov 29, 2024
1 parent 0f65efd commit f55d251
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/app/templates/backend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ spec:
env:
- name: LOG_LEVEL
value: info
- name: DB_SCHEMA
value: codes
ports:
- name: http
containerPort: {{ .Values.backend.service.targetPort }}
Expand Down

0 comments on commit f55d251

Please sign in to comment.