dashboard version update

pull/143/head
leon 5 years ago
parent 0adda173fc
commit 86c137382d

@ -187,7 +187,7 @@ spec:
spec:
containers:
- name: kubernetes-dashboard
image: kubernetesui/dashboard:v2.0.4
image: kubernetesui/dashboard:v2.0.3
imagePullPolicy: Always
ports:
- containerPort: 8443
@ -283,8 +283,8 @@ spec:
initialDelaySeconds: 30
timeoutSeconds: 30
volumeMounts:
- mountPath: /tmp
name: tmp-volume
- mountPath: /tmp
name: tmp-volume
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
@ -299,4 +299,4 @@ spec:
effect: NoSchedule
volumes:
- name: tmp-volume
emptyDir: {}
emptyDir: {}
Loading…
Cancel
Save