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:
parent
d1357f316e
commit
694529b0af
1 changed files with 2 additions and 2 deletions
|
|
@ -16,11 +16,11 @@ spec:
|
||||||
app: dozzle
|
app: dozzle
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: dozzle
|
serviceAccountName: dozzle
|
||||||
containers:
|
|
||||||
- name: dozzle
|
- name: dozzle
|
||||||
image: amir20/dozzle:v8.9.4
|
image: amir20/dozzle:latest
|
||||||
args:
|
args:
|
||||||
- "--no-analytics"
|
- "--no-analytics"
|
||||||
|
- "--agent"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
name: dozzle-http
|
name: dozzle-http
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue