summaryrefslogtreecommitdiff
path: root/roles/apps/nextcloud/templates/pod-with-mariadb.yml.j2
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-05-17 22:47:48 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-05-17 22:47:48 +0200
commit30b03ed29bbdc276efc1dbd3322e6563c65f6f42 (patch)
tree37b1a560d736f15f14a5f6d95e9178f751852b77 /roles/apps/nextcloud/templates/pod-with-mariadb.yml.j2
parentjitsi-meet: actually use real secrets (diff)
parentsk-cloudia: switch to improved portmapping (diff)
Merge branch 'topic/kubernetes-standalone-portmap-fix'
Diffstat (limited to 'roles/apps/nextcloud/templates/pod-with-mariadb.yml.j2')
-rw-r--r--roles/apps/nextcloud/templates/pod-with-mariadb.yml.j21
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/apps/nextcloud/templates/pod-with-mariadb.yml.j2 b/roles/apps/nextcloud/templates/pod-with-mariadb.yml.j2
index dfef3810..72f8cb7a 100644
--- a/roles/apps/nextcloud/templates/pod-with-mariadb.yml.j2
+++ b/roles/apps/nextcloud/templates/pod-with-mariadb.yml.j2
@@ -41,6 +41,7 @@ spec:
ports:
- containerPort: 8080
hostPort: {{ item.value.port }}
+ hostIP: 127.0.0.1
- name: database
image: "mariadb:{{ item.value.database.version }}"
args: