Skip to content

Commit 2dc5d2e

Browse files
committed
update cryptpad config
1 parent 75f1a82 commit 2dc5d2e

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

applications/cryptpad.yaml

+14-3
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,27 @@ spec:
1313
targetRevision: 0.0.20
1414
helm:
1515
values: |
16+
persistence:
17+
cryptpad:
18+
blob:
19+
size: 5Gi
20+
block:
21+
size: 5Gi
22+
data:
23+
size: 5Gi
24+
datastore:
25+
size: 5Gi
1626
ingress:
1727
enabled: true
1828
className: nginx
1929
annotations:
20-
cert-manager.io/cluster-issuer: le-staging
30+
cert-manager.io/cluster-issuer: le-prod
2131
hosts:
22-
- host: cryptpad.lab.weltraumpflege.org
2332
- host: ola.lol
2433
tls:
25-
- secretName: cryptpad-tls
34+
- secretName: cryptpad-tls-ola-lol
35+
hosts:
36+
- ola.lol
2637
- path: manifests/cryptpad
2738
repoURL: "https://github.com/openlab-aux/k8s"
2839
targetRevision: main

0 commit comments

Comments
 (0)