From db1e1d7e4b3a3cd5b16ed2fd3b18b898e32ee852 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Thu, 31 Jul 2025 22:15:01 +0200 Subject: [PATCH] Update llamactl-proxy ingress configuration to use internal port variable --- apps/prod/llamactl-proxy/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/prod/llamactl-proxy/ingress.yaml b/apps/prod/llamactl-proxy/ingress.yaml index 3dcec4c..a9ee6e2 100644 --- a/apps/prod/llamactl-proxy/ingress.yaml +++ b/apps/prod/llamactl-proxy/ingress.yaml @@ -11,6 +11,6 @@ spec: kind: Rule services: - name: llamactl-proxy - port: 80 + port: ${LLAMACTL_INTERNAL_PORT} middlewares: - name: "auth-authelia@kubernetescrd" \ No newline at end of file