Fix Dozzle image version and add --agent flag

Revert to :latest image (v8.9.4 doesn't exist) and add --agent flag to help Dozzle detect and work in Kubernetes mode.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
CTO Agent 2026-07-19 13:35:38 +00:00
parent d1357f316e
commit 694529b0af

View file

@ -16,11 +16,11 @@ spec:
app: dozzle
spec:
serviceAccountName: dozzle
containers:
- name: dozzle
image: amir20/dozzle:v8.9.4
image: amir20/dozzle:latest
args:
- "--no-analytics"
- "--agent"
ports:
- containerPort: 8080
name: dozzle-http