From 839738d06b65fc31edcad3406adc278069dd5edc Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 17 May 2020 22:13:21 +0200 Subject: switch to improved portmapping for all other k8s standalone apps --- roles/apps/collabora/code/templates/pod.yml.j2 | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/apps/collabora/code/templates') diff --git a/roles/apps/collabora/code/templates/pod.yml.j2 b/roles/apps/collabora/code/templates/pod.yml.j2 index ee4651a1..8ed092ac 100644 --- a/roles/apps/collabora/code/templates/pod.yml.j2 +++ b/roles/apps/collabora/code/templates/pod.yml.j2 @@ -26,6 +26,7 @@ spec: ports: - containerPort: 9980 hostPort: {{ item.value.port }} + hostIP: 127.0.0.1 volumes: - name: config hostPath: -- cgit v1.2.3