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:
CTO Agent 2026-07-19 13:33:59 +00:00
parent 9e6344fd7c
commit d1357f316e

View file

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