Skip to content

Commit

Permalink
feat: git-operator release-0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rajgitnutanix committed Dec 9, 2024
1 parent 259ab73 commit 84629e0
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions services/git-operator/0.1.3/git-operator-manifests/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -847,29 +847,6 @@ spec:
control-plane: git-operator-controller-manager
spec:
containers:
- args:
- --secure-listen-address=0.0.0.0:8443
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --v=0
image: quay.io/brancz/kube-rbac-proxy:v0.18.1
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:
- --secure-listen-address=0.0.0.0:8443
- --upstream=http://127.0.0.1:8080/
Expand Down

0 comments on commit 84629e0

Please sign in to comment.