add $MY_POD_IP back to web deployment

Signed-off-by: Rick Elrod <rick@elrod.me>
This commit is contained in:
Rick Elrod
2022-11-30 03:37:13 -06:00
committed by Hao Liu
parent 6477468729
commit 12e51ad9ad

View File

@@ -176,6 +176,10 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: MY_POD_IP
valueFrom:
fieldRef:
fieldPath: status.podIP
- name: UWSGI_MOUNT_PATH
value: "{{ ingress_path }}"
{% if development_mode | bool %}