Reduce logging
This commit is contained in:
parent
295bb89828
commit
50f86cc39f
@ -33,6 +33,7 @@ spec:
|
|||||||
key: values.yaml
|
key: values.yaml
|
||||||
optional: false
|
optional: false
|
||||||
values:
|
values:
|
||||||
|
logLevel: warn
|
||||||
portal:
|
portal:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
@ -54,4 +55,3 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 64Mi
|
memory: 64Mi
|
||||||
|
|
||||||
|
@ -55,6 +55,10 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: web
|
- name: web
|
||||||
image: mdswanson/stringer
|
image: mdswanson/stringer
|
||||||
|
command:
|
||||||
|
- bash
|
||||||
|
- -c
|
||||||
|
- /app/start.sh > /dev/null
|
||||||
env:
|
env:
|
||||||
- name: SECRET_TOKEN
|
- name: SECRET_TOKEN
|
||||||
value: inward-popcorn-decamp-epsilon
|
value: inward-popcorn-decamp-epsilon
|
||||||
|
Loading…
Reference in New Issue
Block a user