All checks were successful
Build and Publish / build-release (push) Successful in 8m26s
61 lines
1.3 KiB
YAML
61 lines
1.3 KiB
YAML
controllerManager:
|
|
kubeRbacProxy:
|
|
args:
|
|
- --secure-listen-address=0.0.0.0:8443
|
|
- --upstream=http://127.0.0.1:8080/
|
|
- --logtostderr=true
|
|
- --v=0
|
|
containerSecurityContext:
|
|
allowPrivilegeEscalation: false
|
|
capabilities:
|
|
drop:
|
|
- ALL
|
|
image:
|
|
repository: registry.k8s.io/kubebuilder/kube-rbac-proxy
|
|
tag: v0.13.1
|
|
resources:
|
|
limits:
|
|
cpu: 500m
|
|
memory: 128Mi
|
|
requests:
|
|
cpu: 5m
|
|
memory: 64Mi
|
|
manager:
|
|
args:
|
|
- --health-probe-bind-address=:8081
|
|
- --metrics-bind-address=127.0.0.1:8080
|
|
- --leader-elect
|
|
containerSecurityContext:
|
|
allowPrivilegeEscalation: false
|
|
capabilities:
|
|
drop:
|
|
- ALL
|
|
image:
|
|
repository: gitea.corredorconect.com/software-engineering/zitadel-resources-operator
|
|
resources:
|
|
limits:
|
|
cpu: 500m
|
|
memory: 128Mi
|
|
requests:
|
|
cpu: 10m
|
|
memory: 64Mi
|
|
nodeSelector: {}
|
|
podSecurityContext:
|
|
runAsNonRoot: true
|
|
replicas: 1
|
|
tolerations: []
|
|
topologySpreadConstraints: []
|
|
kubernetesClusterDomain: cluster.local
|
|
metricsService:
|
|
ports:
|
|
- name: https
|
|
port: 8443
|
|
protocol: TCP
|
|
targetPort: https
|
|
type: ClusterIP
|
|
serviceAccount:
|
|
annotations: {}
|
|
automount: true
|
|
create: true
|
|
name: ""
|