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
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue