summaryrefslogtreecommitdiff
path: root/roles/nextcloud/templates/pod-with-mariadb.yml.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/nextcloud/templates/pod-with-mariadb.yml.j2')
-rw-r--r--roles/nextcloud/templates/pod-with-mariadb.yml.j26
1 files changed, 1 insertions, 5 deletions
diff --git a/roles/nextcloud/templates/pod-with-mariadb.yml.j2 b/roles/nextcloud/templates/pod-with-mariadb.yml.j2
index 92347a44..cebcb2ef 100644
--- a/roles/nextcloud/templates/pod-with-mariadb.yml.j2
+++ b/roles/nextcloud/templates/pod-with-mariadb.yml.j2
@@ -38,12 +38,8 @@ spec:
mountPath: /etc/apache2/ports.conf
subPath: ports.conf
readOnly: true
- - name: config
- mountPath: /etc/apache2/tls/
- subPath: tls
- readOnly: true
ports:
- - containerPort: 8443
+ - containerPort: 8080
hostPort: {{ item.value.port }}
- name: database
image: "mariadb:{{ item.value.database.version }}"