Skip to content

Commit

Permalink
chore: remove kube-rbac-proxy container
Browse files Browse the repository at this point in the history
Signed-off-by: Bence Csati <[email protected]>
  • Loading branch information
csatib02 committed Dec 1, 2024
1 parent 3a920d3 commit e5ed6c4
Showing 1 changed file with 2 additions and 24 deletions.
26 changes: 2 additions & 24 deletions charts/telemetry-controller/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,32 +24,10 @@ spec:
spec:
containers:
- args:
- --secure-listen-address=0.0.0.0:8443
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --v=0
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0
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
- --health-probe-bind-address=:8081
- --leader-elect
- --metrics-secure
command:
- /manager
image:
Expand Down

0 comments on commit e5ed6c4

Please sign in to comment.