This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
controllerManager:
|
||||
kubeRbacProxy:
|
||||
args:
|
||||
@@ -11,7 +12,7 @@ controllerManager:
|
||||
drop:
|
||||
- ALL
|
||||
image:
|
||||
repository: gcr.io/kubebuilder/kube-rbac-proxy
|
||||
repository: registry.k8s.io/kubebuilder/kube-rbac-proxy
|
||||
tag: v0.13.1
|
||||
resources:
|
||||
limits:
|
||||
@@ -31,8 +32,7 @@ controllerManager:
|
||||
drop:
|
||||
- ALL
|
||||
image:
|
||||
repository: controller
|
||||
tag: latest
|
||||
repository: gitea.corredorconect.com/software-engineering/zitadel-k8s-operator
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
@@ -40,9 +40,12 @@ controllerManager:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 64Mi
|
||||
nodeSelector: {}
|
||||
podSecurityContext:
|
||||
runAsNonRoot: true
|
||||
replicas: 1
|
||||
serviceAccount:
|
||||
annotations: {}
|
||||
tolerations: []
|
||||
topologySpreadConstraints: []
|
||||
kubernetesClusterDomain: cluster.local
|
||||
metricsService:
|
||||
ports:
|
||||
@@ -51,3 +54,8 @@ metricsService:
|
||||
protocol: TCP
|
||||
targetPort: https
|
||||
type: ClusterIP
|
||||
serviceAccount:
|
||||
annotations: {}
|
||||
automount: true
|
||||
create: true
|
||||
name: ""
|
||||
|
||||
Reference in New Issue
Block a user