fix: env field in containers

This commit is contained in:
ange 2024-05-15 19:53:24 +02:00
parent 9d87fadc27
commit cbf11ca6e4
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

View File

@ -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: