mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-08 23:18:05 -05:00
42 lines
852 B
YAML
42 lines
852 B
YAML
controllerManager:
|
|
manager:
|
|
args:
|
|
- --metrics-bind-address=:8443
|
|
- --leader-elect
|
|
- --health-probe-bind-address=:8081
|
|
containerSecurityContext:
|
|
allowPrivilegeEscalation: false
|
|
capabilities:
|
|
drop:
|
|
- ALL
|
|
readOnlyRootFilesystem: true
|
|
image:
|
|
repository: infisical/kubernetes-operator
|
|
tag: v0.9.5
|
|
resources:
|
|
limits:
|
|
cpu: 500m
|
|
memory: 128Mi
|
|
requests:
|
|
cpu: 10m
|
|
memory: 64Mi
|
|
seccompProfile:
|
|
type: RuntimeDefault
|
|
replicas: 1
|
|
serviceAccount:
|
|
annotations: {}
|
|
nodeSelector: {}
|
|
tolerations: []
|
|
metricsService:
|
|
ports:
|
|
- name: https
|
|
port: 8443
|
|
protocol: TCP
|
|
targetPort: 8443
|
|
type: ClusterIP
|
|
kubernetesClusterDomain: cluster.local
|
|
scopedNamespace: ""
|
|
scopedRBAC: false
|
|
installCRDs: true
|
|
imagePullSecrets: []
|