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