| commit | 46998892c2f05af77d6dabd27dbcb22b9036af10 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Thu Oct 24 21:07:54 2024 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Thu Oct 24 21:07:54 2024 +0400 |
| tree | 6819b9e83b23dc31804f3d7cba237b598704726a | |
| parent | 6e46ac1988a084abf9d7e64b430b32f65066e7a1 [diff] [blame] |
Etherpad: Installer configuration Change-Id: I808e3c1835e2f0bf5fe2e0da138710c979a38e38
diff --git a/charts/etherpad/values.yaml b/charts/etherpad/values.yaml new file mode 100644 index 0000000..ab5d5eb --- /dev/null +++ b/charts/etherpad/values.yaml
@@ -0,0 +1,14 @@ +image: + repository: etherpad/etherpad + tag: latest + pullPolicy: Always +portName: http +persistentVolumeClaimName: "data" +db: + type: "" + host: "" + port: 80 + name: "" + user: "" + pass: "" + charset: ""