|
|
|
@ -187,7 +187,7 @@ spec:
|
|
|
|
|
spec:
|
|
|
|
|
containers:
|
|
|
|
|
- name: kubernetes-dashboard
|
|
|
|
|
image: kubernetesui/dashboard:v2.0.4
|
|
|
|
|
image: kubernetesui/dashboard:v2.4.0
|
|
|
|
|
imagePullPolicy: Always
|
|
|
|
|
ports:
|
|
|
|
|
- containerPort: 8443
|
|
|
|
@ -266,12 +266,13 @@ spec:
|
|
|
|
|
metadata:
|
|
|
|
|
labels:
|
|
|
|
|
k8s-app: dashboard-metrics-scraper
|
|
|
|
|
annotations:
|
|
|
|
|
seccomp.security.alpha.kubernetes.io/pod: 'runtime/default'
|
|
|
|
|
spec:
|
|
|
|
|
securityContext:
|
|
|
|
|
seccompProfile:
|
|
|
|
|
type: RuntimeDefault
|
|
|
|
|
containers:
|
|
|
|
|
- name: dashboard-metrics-scraper
|
|
|
|
|
image: kubernetesui/metrics-scraper:v1.0.4
|
|
|
|
|
image: kubernetesui/metrics-scraper:v1.0.7
|
|
|
|
|
ports:
|
|
|
|
|
- containerPort: 8000
|
|
|
|
|
protocol: TCP
|
|
|
|
|