apps/dozzle/deployment.yaml aktualisiert
Added env DOZZLE_MODE "k8s"
This commit is contained in:
parent
088f3728ba
commit
fa19370e49
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ spec:
|
||||||
name: dozzle-http
|
name: dozzle-http
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
env:
|
env:
|
||||||
|
- name: DOZZLE_MODE
|
||||||
|
value: "k8s"
|
||||||
- name: DOZZLE_LEVEL
|
- name: DOZZLE_LEVEL
|
||||||
value: "info"
|
value: "info"
|
||||||
- name: DOZZLE_AUTH_PROVIDER
|
- name: DOZZLE_AUTH_PROVIDER
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue