Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions ops/friends-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ ingress:
ingressClassName: "nginx-ingress"
hosts:
- viva-friends.notch8.cloud
annotations: {
nginx.org/client-max-body-size: "0",
cert-manager.io/cluster-issuer: "letsencrypt-prod"
}
annotations:
nginx.org/client-max-body-size: "0"
# DNS01 instead of letsencrypt-prod because r2-friends cert-manager CRDs are at
# v1.8.0 while the controller is v1.17.1 — ingressClassName is not in the schema,
# so HTTP01 via nginx-ingress fails. Switch to letsencrypt-prod once the CRDs are upgraded.
cert-manager.io/cluster-issuer: "letsencrypt-production-dns"
tlsSecretName: viva-friends-tls

env:
Expand Down
Loading