removed restart policy - Reason: restartPolicy: Forbidden: may not be set for non-init containers (retried 5 times).
This commit is contained in:
parent
e90d8be72e
commit
4cb7db83ec
1 changed files with 0 additions and 1 deletions
|
@ -267,7 +267,6 @@ spec:
|
|||
- name: dashboard
|
||||
image: phntxx/dashboard:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
restartPolicy: unless-stopped
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
volumeMounts:
|
||||
|
|
Loading…
Reference in a new issue