removed restart policy - Reason: restartPolicy: Forbidden: may not be set for non-init containers (retried 5 times).

This commit is contained in:
Sebastian Leheis 2023-09-20 20:48:43 +02:00
parent e90d8be72e
commit 4cb7db83ec
Signed by: sebleh
GPG key ID: 423BA83CB094FAE3

View file

@ -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: