fix: env field in containers
This commit is contained in:
parent
9d87fadc27
commit
cbf11ca6e4
@ -62,13 +62,13 @@ spec:
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 3000
|
||||
env:
|
||||
- name: LOG_TARGETS
|
||||
value: stdout
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: /app/config/
|
||||
readOnly: true
|
||||
env:
|
||||
- name: LOG_TARGETS
|
||||
value: stdout
|
||||
volumes:
|
||||
- name: config
|
||||
configMap:
|
||||
|
Loading…
Reference in New Issue
Block a user