Skip to content

Commit

Permalink
small deployment fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tobru committed May 30, 2024
1 parent ee98408 commit a4c68a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deployment/apps/contactform/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ spec:
- name: http
containerPort: 8000
protocol: TCP
env:
- name: TZ
value: UTC
envFrom:
- secretRef:
name: contactform-env
volumeMounts:
- name: data
mountPath: /opt/data
Expand All @@ -49,7 +49,7 @@ spec:
name: frpc-env
resources: {}
volumeMounts:
- name: config
- name: frpc-config
mountPath: /etc/frpc
volumes:
- name: data
Expand Down

0 comments on commit a4c68a5

Please sign in to comment.