mirror of
https://github.com/lukaszraczylo/kubernetes-images-sync-operator.git
synced 2026-06-05 22:53:39 +00:00
3880af56a7
* Bring operator to the brand new world of build and deployments. * Clean up the code and basic improvements. * More fixes, moving from python to golang worker. * fixup! More fixes, moving from python to golang worker. * fixup! fixup! More fixes, moving from python to golang worker. * fixup! fixup! fixup! More fixes, moving from python to golang worker. * fixup! fixup! fixup! fixup! More fixes, moving from python to golang worker. * fixup! fixup! fixup! fixup! fixup! More fixes, moving from python to golang worker. * fixup! fixup! fixup! fixup! fixup! fixup! More fixes, moving from python to golang worker.
38 lines
824 B
YAML
38 lines
824 B
YAML
kubernetesClusterDomain: cluster.local
|
|
sa:
|
|
manager:
|
|
args:
|
|
- --metrics-bind-address=:8443
|
|
- --metrics-secure
|
|
- --leader-elect
|
|
- --health-probe-bind-address=:8081
|
|
containerSecurityContext:
|
|
allowPrivilegeEscalation: false
|
|
capabilities:
|
|
drop:
|
|
- ALL
|
|
env:
|
|
workerImage: ghcr.io/lukaszraczylo/kubernetes-images-sync-worker:0.5.54
|
|
image:
|
|
repository: ghcr.io/lukaszraczylo/kubernetes-images-sync-operator
|
|
tag: "0.5.54"
|
|
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
|