dashboard version update

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

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