We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4fe9364 + 5bd8fcc commit d900187Copy full SHA for d900187
hack/observability/kube-state-metrics/crd-sidecar-patch.yaml
@@ -17,6 +17,8 @@ spec:
17
value: observability
18
- name: SCRIPT
19
value: /script/compile.sh
20
+ - name: HEALTH_PORT
21
+ value: "18080" # Should not conflict with kube-state-metrics port
22
# This image continuously collects config maps with the specified label and
23
# updates the configuration for kube-state-metrics using a script.
24
image: kiwigrid/k8s-sidecar:latest
@@ -47,4 +49,4 @@ spec:
47
49
- configMap:
48
50
defaultMode: 511
51
name: kube-state-metrics-crd-sidecar-script
- name: compile-script
52
+ name: compile-script
0 commit comments