Update llamactl-proxy ingress configuration to use internal port variable

This commit is contained in:
2025-07-31 22:15:01 +02:00
parent 2627757690
commit db1e1d7e4b

View File

@@ -11,6 +11,6 @@ spec:
kind: Rule
services:
- name: llamactl-proxy
port: 80
port: ${LLAMACTL_INTERNAL_PORT}
middlewares:
- name: "auth-authelia@kubernetescrd"