File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -226,15 +226,15 @@ spec:
226226 timeoutSeconds : 5
227227---
228228
229- apiVersion : monitoring.coreos.com/v1
230- kind : ServiceMonitor
231- metadata :
232- name : kube-state-metrics
233- labels :
234- app.kubernetes.io/name : kube-state-metrics
235- spec :
236- selector :
237- matchLabels :
238- app.kubernetes.io/name : kube-state-metrics
239- endpoints :
240- - port : http
229+ # apiVersion: monitoring.coreos.com/v1
230+ # kind: ServiceMonitor
231+ # metadata:
232+ # name: kube-state-metrics
233+ # labels:
234+ # app.kubernetes.io/name: kube-state-metrics
235+ # spec:
236+ # selector:
237+ # matchLabels:
238+ # app.kubernetes.io/name: kube-state-metrics
239+ # endpoints:
240+ # - port: http
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ namespace: ingress-nginx
55resources :
66- https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.4.0/deploy/static/provider/cloud/deploy.yaml
77- ./config.yaml
8- - ./servicemonitor.yaml
8+ # - ./servicemonitor.yaml
99- ./pdb.yaml
1010- ./hpa.yaml
1111
You can’t perform that action at this time.
0 commit comments