We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f1a82 commit 2dc5d2eCopy full SHA for 2dc5d2e
applications/cryptpad.yaml
@@ -13,16 +13,27 @@ spec:
13
targetRevision: 0.0.20
14
helm:
15
values: |
16
+ persistence:
17
+ cryptpad:
18
+ blob:
19
+ size: 5Gi
20
+ block:
21
22
+ data:
23
24
+ datastore:
25
26
ingress:
27
enabled: true
28
className: nginx
29
annotations:
- cert-manager.io/cluster-issuer: le-staging
30
+ cert-manager.io/cluster-issuer: le-prod
31
hosts:
- - host: cryptpad.lab.weltraumpflege.org
32
- host: ola.lol
33
tls:
- - secretName: cryptpad-tls
34
+ - secretName: cryptpad-tls-ola-lol
35
+ hosts:
36
+ - ola.lol
37
- path: manifests/cryptpad
38
repoURL: "https://github.com/openlab-aux/k8s"
39
targetRevision: main
0 commit comments