Skip to content
Snippets Groups Projects
Verified Commit 1721e0a6 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

add cert-manager annotation to Onlyoffice example ingress

parent a4b9aaa8
No related branches found
No related tags found
1 merge request!270Resolve "Onlyoffice doesn't have a valid cert on CI installations"
Pipeline #28277 passed with stages
in 13 minutes and 21 seconds
......@@ -47,6 +47,9 @@ onlyoffice:
jwtSecret: CHANGE_ME
ingress:
enabled: true
annotations:
# Tell cert-manager to automatically get a TLS certificate
kubernetes.io/tls-acme: "true"
hosts:
- "office.your.domain"
tls:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment