Use specific Dozzle version and add no-analytics flag
Switch from :latest to v8.9.4 for stability and add --no-analytics flag to improve startup behavior in Kubernetes. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
9e6344fd7c
commit
d1357f316e
1 changed files with 5 additions and 1 deletions
|
|
@ -18,7 +18,9 @@ spec:
|
|||
serviceAccountName: dozzle
|
||||
containers:
|
||||
- name: dozzle
|
||||
image: amir20/dozzle:latest
|
||||
image: amir20/dozzle:v8.9.4
|
||||
args:
|
||||
- "--no-analytics"
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
name: dozzle-http
|
||||
|
|
@ -34,6 +36,8 @@ spec:
|
|||
value: "X-Forwarded-Email"
|
||||
- name: DOZZLE_AUTH_HEADER_NAME
|
||||
value: "X-Forwarded-Preferred-Username"
|
||||
- name: DOZZLE_NO_ANALYTICS
|
||||
value: "true"
|
||||
volumeMounts:
|
||||
- name: dozzle-data
|
||||
mountPath: /data
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue