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