diff options
author | makefunstuff <[email protected]> | 2024-06-29 23:22:49 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-29 23:22:49 +0200 |
commit | de807446f25a0a18e708da42bcd329003d0632d1 (patch) | |
tree | 6ff002abc83e3849f363e433a9d3afd8ab06ebd7 /third-party | |
parent | c2b48ede15bd3da7dfd53708395b8439b409e8d3 (diff) | |
download | k3s-lab-de807446f25a0a18e708da42bcd329003d0632d1.tar.gz |
tls
Diffstat (limited to '')
-rw-r--r-- | third-party-apps/gitea/values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third-party-apps/gitea/values.yaml b/third-party-apps/gitea/values.yaml index 0ddf848..bd93412 100644 --- a/third-party-apps/gitea/values.yaml +++ b/third-party-apps/gitea/values.yaml @@ -14,6 +14,6 @@ gitea: - path: / pathType: Prefix tls: - - hosts: + - secretName: gitea-tls + hosts: - git.topkek.cloud - secretName: gitea-tls |