From f3456fda9196daa1ae65d4eade072dea47a78946 Mon Sep 17 00:00:00 2001 From: Francesco Negri Date: Tue, 29 Jul 2025 14:46:06 +0200 Subject: [PATCH] Use ClusterIP for proxy service The default is LoadBalancer, which creates an Octavia load balancer to expose the proxy. But we already expose the proxy via an Ingress, so we can set the proxy service to "type: ClusterIP". --- paws/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/paws/values.yaml b/paws/values.yaml index a8df990a..3b5bd5ab 100644 --- a/paws/values.yaml +++ b/paws/values.yaml @@ -53,6 +53,8 @@ jupyterhub: containerSecurityContext: runAsUser: 52771 runAsGroup: 52771 + service: + type: ClusterIP cull: timeout: 86400 hub: