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