[fea] cmoa-kube-epxorter 추가

:Why/What:
- exporter deploy 추가

:Tasks:
[CLOUD-20785] Pod Metric Exporter 제작
<https://app.clickup.com/t/25540965/CLOUD-20785>
This commit is contained in:
dongwoo
2023-10-17 18:26:14 +09:00
parent efd4f10f9c
commit 3f1ab93af9
2 changed files with 2 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ spec:
app: cmoa-pod-exporter
spec:
containers:
- image: nexue2.exem-oss.org/cmoa/cmoa-pod-exporter:{{ .Values.global.METRIC_COLLECTOR_VERSION }}
- image: {{ .Values.global.IMXC_IN_REGISTRY }}/cmoa-pod-exporter:{{ .Values.global.KUBE_EXPORTER_VERSION }}
name: cmoa-pod-exporter
ports:
- containerPort: 8080

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