Merge pull request #3 from CloudMOA/CLOUD-20785

Cloud 20785
This commit is contained in:
변정훈
2023-11-13 16:34:43 +09:00
committed by GitHub
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: cmoa-pod-exporter
name: cmoa-pod-exporter
namespace: imxc
spec:
replicas: 1
selector:
matchLabels:
app: cmoa-pod-exporter
template:
metadata:
labels:
app: cmoa-pod-exporter
spec:
containers:
- image: {{ .Values.global.IMXC_IN_REGISTRY }}/cmoa-pod-exporter:{{ .Values.global.KUBE_EXPORTER_VERSION }}
name: cmoa-pod-exporter
ports:
- containerPort: 8080
livenessProbe:
httpGet:
path: /healthz
port: 8080
initialDelaySeconds: 5
periodSeconds: 5

View File

@@ -122,6 +122,7 @@ global:
KUBE_INFO_FLAT_VERSION: rel0.0.0
KUBE_INFO_BATCH_VERSION: rel0.0.0
KUBE_INFO_CONNECTOR_VERSION: rel0.0.0
KUBE_EXPORTER_VERSION: rel0.0.0
CMOA_MANUAL_PORT: 31090