Skip to content

Commit

Permalink
remove kube-rbac-proxy additional options
Browse files Browse the repository at this point in the history
Signed-off-by: r0bj <[email protected]>
  • Loading branch information
r0bj committed Jan 27, 2025
1 parent f9a9305 commit 4118f78
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions charts/kube-state-metrics/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,6 @@ spec:
- --upstream=http://127.0.0.1:{{ $servicePort }}/
- --proxy-endpoints-port=8888
- --config-file=/etc/kube-rbac-proxy-config/config-file.yaml
{{- if .Values.kubeRBACProxy.enabled }}
- --ignore-paths=/livez
{{- end }}
volumeMounts:
- name: kube-rbac-proxy-config
mountPath: /etc/kube-rbac-proxy-config
Expand Down Expand Up @@ -289,9 +286,6 @@ spec:
- --upstream=http://127.0.0.1:{{ $telemetryPort }}/
- --proxy-endpoints-port=8889
- --config-file=/etc/kube-rbac-proxy-config/config-file.yaml
{{- if .Values.kubeRBACProxy.enabled }}
- --ignore-paths=/readyz
{{- end }}
volumeMounts:
- name: kube-rbac-proxy-config
mountPath: /etc/kube-rbac-proxy-config
Expand Down

0 comments on commit 4118f78

Please sign in to comment.