mirror of
https://github.com/lukaszraczylo/kubernetes-images-sync-operator.git
synced 2026-06-05 22:53:39 +00:00
35 lines
712 B
YAML
35 lines
712 B
YAML
kubernetesClusterDomain: cluster.local
|
|
sa:
|
|
manager:
|
|
args:
|
|
- --metrics-bind-address=:8443
|
|
- --leader-elect
|
|
- --health-probe-bind-address=:8081
|
|
containerSecurityContext:
|
|
allowPrivilegeEscalation: false
|
|
capabilities:
|
|
drop:
|
|
- ALL
|
|
image:
|
|
repository: ghcr.io/lukaszraczylo/kubernetes-images-sync-operator
|
|
tag: 0.2.36
|
|
resources:
|
|
limits:
|
|
cpu: 500m
|
|
memory: 128Mi
|
|
requests:
|
|
cpu: 10m
|
|
memory: 64Mi
|
|
podSecurityContext:
|
|
runAsNonRoot: true
|
|
replicas: 1
|
|
serviceAccount:
|
|
annotations: {}
|
|
saMetricsService:
|
|
ports:
|
|
- name: https
|
|
port: 8443
|
|
protocol: TCP
|
|
targetPort: 8443
|
|
type: ClusterIP
|