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
|
- name: dashboard
|
||||||
image: phntxx/dashboard:latest
|
image: phntxx/dashboard:latest
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
restartPolicy: unless-stopped
|
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|
Loading…
Reference in a new issue