[DNM] Operator embed

Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
Change-Id: I22cf48839ccfd62a6ed293080fd8b90a2f31a5f9
This commit is contained in:
Ruslan Aliev 2023-11-10 02:54:53 -06:00
parent 16debd8174
commit 4eec85e7c4
1 changed files with 35 additions and 0 deletions

View File

@ -68,6 +68,41 @@ spec:
mountPath: /tmp/log
- name: metrics
mountPath: /tmp/metrics
- args:
- --health-probe-bind-address=:8081
- --metrics-bind-address=127.0.0.1:8080
- --leader-elect
command:
- /manager
image: docker-open-nc.zc1.cti.att.com/upstream-local/raliev12/armada-controller@sha256:e1f6a3bdd6b19abc7ab240df2d7626319ca8883b6408a25e3bfef266a76d2f0f
livenessProbe:
httpGet:
path: /healthz
port: 8081
initialDelaySeconds: 15
periodSeconds: 20
name: manager
readinessProbe:
httpGet:
path: /readyz
port: 8081
initialDelaySeconds: 5
periodSeconds: 10
resources:
limits:
cpu: 500m
memory: 128Mi
requests:
cpu: 10m
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
volumeMounts:
- name: auth
mountPath: /root/.kube
- name: monitor
image: {{ config['HostSystem:images.monitoring_image'] }}
command: