Skip to content

Commit

Permalink
set config file path
Browse files Browse the repository at this point in the history
  • Loading branch information
tobru committed May 31, 2024
1 parent 339a47f commit 03faa7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deployment/apps/contactform/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ spec:
- name: http
containerPort: 8000
protocol: TCP
env:
- name: CONFIG_FILE_PATH
value: /opt/data/config.json
envFrom:
- secretRef:
name: contactform-env
Expand Down

0 comments on commit 03faa7d

Please sign in to comment.