From 1721e0a6c6f9e318ed4ee092a673b240c1a7e658 Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Tue, 20 Sep 2022 16:13:58 +0200 Subject: [PATCH] add cert-manager annotation to Onlyoffice example ingress --- values-local.yaml.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/values-local.yaml.example b/values-local.yaml.example index 070062e6..2f3a8487 100644 --- a/values-local.yaml.example +++ b/values-local.yaml.example @@ -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: -- GitLab