From 0476e489d4e138e8f5ee8d2dbf209de58ae5bced Mon Sep 17 00:00:00 2001 From: Ryan Blundon Date: Tue, 19 May 2026 22:35:05 -0500 Subject: [PATCH] more --- cluster/applications/skyway/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cluster/applications/skyway/values.yaml b/cluster/applications/skyway/values.yaml index 7ce2f14..bffaf57 100644 --- a/cluster/applications/skyway/values.yaml +++ b/cluster/applications/skyway/values.yaml @@ -31,3 +31,7 @@ resources: # Ingress handled via HTTPRoute (Cilium Gateway) — disable built-in ingress ingress: enabled: false + +service: + port: 80 + targetPort: 4466 \ No newline at end of file