From 096d8e9fa881518d091306c6369f9cbbac8d665f Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 14 Jan 2025 20:51:34 -0600 Subject: [PATCH] set cluster ip --- clusters/cl01tl/platform/gitea/values.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/clusters/cl01tl/platform/gitea/values.yaml b/clusters/cl01tl/platform/gitea/values.yaml index c002e9bf5..6dabb81ad 100644 --- a/clusters/cl01tl/platform/gitea/values.yaml +++ b/clusters/cl01tl/platform/gitea/values.yaml @@ -2,6 +2,13 @@ gitea: image: repository: gitea/gitea tag: 1.23.1 + service: + http: + type: ClusterIP + clusterIP: null + ssh: + type: ClusterIP + clusterIP: null ingress: enabled: false persistence: