diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index 78bd6368516ab5d6766bd5e6bdfdeef1d18647a4..442453dfcfb2f02d261047b74d85ab339a526ae5 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -47,6 +47,10 @@ spec: valueFrom: fieldRef: fieldPath: status.hostIP + - name: POD_IP + valueFrom: + fieldRef: + fieldPath: status.podIP startupProbe: httpGet: scheme: HTTP