Skip to content

Commit

Permalink
Update Release kube-state-metrics to v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Donyintao committed Aug 8, 2019
1 parent 0d61a15 commit cb30b82
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions kube-state-metrics-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,26 @@ metadata:
k8s-app: kube-state-metrics
kubernetes.io/cluster-service: "true"
addonmanager.kubernetes.io/mode: Reconcile
version: v1.3.0
version: v1.7.2
spec:
selector:
matchLabels:
k8s-app: kube-state-metrics
version: v1.3.0
version: v1.7.2
replicas: 1
template:
metadata:
labels:
k8s-app: kube-state-metrics
version: v1.3.0
version: v1.7.2
annotations:
scheduler.alpha.kubernetes.io/critical-pod: ''
spec:
priorityClassName: system-cluster-critical
serviceAccountName: kube-state-metrics
containers:
- name: kube-state-metrics
image: quay.io/coreos/kube-state-metrics:v1.3.0
image: quay.io/coreos/kube-state-metrics:v1.7.2
ports:
- name: http-metrics
containerPort: 8080
Expand All @@ -39,7 +39,7 @@ spec:
initialDelaySeconds: 5
timeoutSeconds: 5
- name: addon-resizer
image: k8s.gcr.io/addon-resizer:1.8.4
image: gcr.azk8s.cn/google_containers/addon-resizer:2.1
resources:
limits:
cpu: 100m
Expand Down

0 comments on commit cb30b82

Please sign in to comment.