diff options
author | Christian Pointner <equinox@spreadspace.org> | 2020-05-17 22:13:21 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2020-05-17 22:13:21 +0200 |
commit | 839738d06b65fc31edcad3406adc278069dd5edc (patch) | |
tree | 9f4c0776cc0930ced9f5ee5165c136a81458c473 /roles/apps/etherpad-lite | |
parent | kubernetes/standalone: fix portmap and hostIP handling (diff) |
switch to improved portmapping for all other k8s standalone apps
Diffstat (limited to 'roles/apps/etherpad-lite')
-rw-r--r-- | roles/apps/etherpad-lite/templates/pod-with-mariadb.yml.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/apps/etherpad-lite/templates/pod-with-mariadb.yml.j2 b/roles/apps/etherpad-lite/templates/pod-with-mariadb.yml.j2 index a4acdd21..9391290f 100644 --- a/roles/apps/etherpad-lite/templates/pod-with-mariadb.yml.j2 +++ b/roles/apps/etherpad-lite/templates/pod-with-mariadb.yml.j2 @@ -22,6 +22,7 @@ spec: ports: - containerPort: 9001 hostPort: {{ item.value.port }} + hostIP: 127.0.0.1 - name: database image: "mariadb:{{ item.value.database.version }}" securityContext: |