From b5b645de0aab9ff4c8fe6d3f0e8d64b46a6779c4 Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Mon, 27 Jun 2022 16:21:20 +0100 Subject: [PATCH] gitea: add tls --- basic/apps/stackspout/gitea-release.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/basic/apps/stackspout/gitea-release.yaml b/basic/apps/stackspout/gitea-release.yaml index cc52035..85965f2 100644 --- a/basic/apps/stackspout/gitea-release.yaml +++ b/basic/apps/stackspout/gitea-release.yaml @@ -18,7 +18,11 @@ spec: ingress: enabled: true hosts: - - host: git.ftt.gmbh + - host: dev.ftt.gmbh paths: - path: / pathType: Prefix + tls: + - secretName: gitea + hosts: + - dev.ftt.gmbh