diff --git a/roles/cmoa_install/files/05-imxc/templates/topology-agent.yaml b/roles/cmoa_install/files/05-imxc/templates/topology-agent.yaml index b75ec61..aeab4df 100755 --- a/roles/cmoa_install/files/05-imxc/templates/topology-agent.yaml +++ b/roles/cmoa_install/files/05-imxc/templates/topology-agent.yaml @@ -113,12 +113,16 @@ spec: fieldPath: metadata.namespace - name: DATAGATE value: datagate:50051 - - name: LOG_RNAME_USE - value: "false" - name: LOG_LEVEL - value: "DEBUG" + value: "INFO" - name: CLOUDMOA_SETTING_PATH value: /home/cloudmoa/setting/ + livenessProbe: + httpGet: + path: /healthz + port: 18081 + initialDelaySeconds: 30 + timeoutSeconds: 5 resources: requests: memory: "125Mi"