mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
Update llamactl-proxy ingress configuration to use internal port variable
This commit is contained in:
@@ -11,6 +11,6 @@ spec:
|
||||
kind: Rule
|
||||
services:
|
||||
- name: llamactl-proxy
|
||||
port: 80
|
||||
port: ${LLAMACTL_INTERNAL_PORT}
|
||||
middlewares:
|
||||
- name: "auth-authelia@kubernetescrd"
|
||||
Reference in New Issue
Block a user