diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index c1012f4295fbd35d11b4e7ee5a334fcfaa510caf..350fa1e7703d3d191e5f40cbcf18c028dd8e2bf8 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -41,6 +41,11 @@ spec: - name: actuator containerPort: 1024 protocol: TCP + env: + - name: NODE_IP + valueFrom: + fieldRef: + fieldPath: status.hostIP startupProbe: httpGet: scheme: HTTP