mirror of
https://github.com/lukaszraczylo/kubernetes-images-sync-operator.git
synced 2026-06-29 02:52:40 +00:00
Add ability to provide annotations to the jobs.
This commit is contained in:
+4
-4
@@ -1,4 +1,5 @@
|
||||
cmRaczyloCom:
|
||||
kubernetesClusterDomain: cluster.local
|
||||
sa:
|
||||
manager:
|
||||
args:
|
||||
- --metrics-bind-address=:8443
|
||||
@@ -11,7 +12,7 @@ cmRaczyloCom:
|
||||
- ALL
|
||||
image:
|
||||
repository: ghcr.io/lukaszraczylo/kubernetes-images-sync-operator
|
||||
tag: 0.1.18
|
||||
tag: 0.1.20
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
@@ -22,11 +23,10 @@ cmRaczyloCom:
|
||||
replicas: 1
|
||||
serviceAccount:
|
||||
annotations: {}
|
||||
cmRaczyloComMetricsService:
|
||||
saMetricsService:
|
||||
ports:
|
||||
- name: https
|
||||
port: 8443
|
||||
protocol: TCP
|
||||
targetPort: 8443
|
||||
type: ClusterIP
|
||||
kubernetesClusterDomain: cluster.local
|
||||
|
||||
Reference in New Issue
Block a user