Skip to content

Commit

Permalink
update cryptpad config
Browse files Browse the repository at this point in the history
  • Loading branch information
waaaaargh committed Jan 3, 2025
1 parent 75f1a82 commit 2dc5d2e
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions applications/cryptpad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,27 @@ spec:
targetRevision: 0.0.20
helm:
values: |
persistence:
cryptpad:
blob:
size: 5Gi
block:
size: 5Gi
data:
size: 5Gi
datastore:
size: 5Gi
ingress:
enabled: true
className: nginx
annotations:
cert-manager.io/cluster-issuer: le-staging
cert-manager.io/cluster-issuer: le-prod
hosts:
- host: cryptpad.lab.weltraumpflege.org
- host: ola.lol
tls:
- secretName: cryptpad-tls
- secretName: cryptpad-tls-ola-lol
hosts:
- ola.lol
- path: manifests/cryptpad
repoURL: "https://github.com/openlab-aux/k8s"
targetRevision: main
Expand Down

0 comments on commit 2dc5d2e

Please sign in to comment.