Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
chore: remove metrics service and kube-rbac-proxy image
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Jul 26, 2024
1 parent f9a5596 commit 5c90546
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 86 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,29 +22,6 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
containers:
- args:
- --secure-listen-address=0.0.0.0:8443
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --v=0
image: {{ .Values.kubeProxyImage }}
name: kube-rbac-proxy
ports:
- containerPort: 8443
name: https
protocol: TCP
resources:
limits:
cpu: 500m
memory: 128Mi
requests:
cpu: 5m
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
- args:
- --health-probe-bind-address=:8081
- --metrics-bind-address=127.0.0.1:8080
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion charts/embedded-cluster-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ image:
tag: 0.0.8
pullPolicy: IfNotPresent

kubeProxyImage: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1
utilsImage: busybox:latest

extraEnv: []
Expand Down
1 change: 0 additions & 1 deletion charts/embedded-cluster-operator/values.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ image:
tag: ${OPERATOR_IMAGE_TAG}
pullPolicy: IfNotPresent

kubeProxyImage: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1
utilsImage: busybox:latest

extraEnv: []
Expand Down

0 comments on commit 5c90546

Please sign in to comment.