summaryrefslogtreecommitdiff
path: root/roles/etherpad-lite/templates/pod-with-mariadb.yml.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/etherpad-lite/templates/pod-with-mariadb.yml.j2')
-rw-r--r--roles/etherpad-lite/templates/pod-with-mariadb.yml.j28
1 files changed, 2 insertions, 6 deletions
diff --git a/roles/etherpad-lite/templates/pod-with-mariadb.yml.j2 b/roles/etherpad-lite/templates/pod-with-mariadb.yml.j2
index 0e0b6b8b..a4acdd21 100644
--- a/roles/etherpad-lite/templates/pod-with-mariadb.yml.j2
+++ b/roles/etherpad-lite/templates/pod-with-mariadb.yml.j2
@@ -7,7 +7,7 @@ spec:
allowPrivilegeEscalation: false
containers:
- name: etherpad-lite
- image: etherpad/etherpad:{{ item.value.version }}
+ image: spreadspace/etherpad-lite:{{ item.value.version }}
# securityContext:
# runAsUser: {{ etherpad_lite_app_uid }}
# runAsGroup: {{ etherpad_lite_app_gid }}
@@ -16,13 +16,9 @@ spec:
memory: "4Gi"
volumeMounts:
- name: config
- mountPath: /opt/etherpad/settings.json
+ mountPath: /opt/etherpad-lite/settings.json
subPath: settings.json
readOnly: true
- - name: config
- mountPath: /opt/etherpad/credentials.json
- subPath: credentials.json
- readOnly: true
ports:
- containerPort: 9001
hostPort: {{ item.value.port }}