Refactor llamactl-proxy service ports configuration to use internal port variable

This commit is contained in:
2025-07-31 22:14:18 +02:00
parent 5c2a2149fe
commit 2627757690

View File

@@ -9,6 +9,5 @@ spec:
type: ExternalName type: ExternalName
externalName: placeholder externalName: placeholder
ports: ports:
- port: 80 - port: ${LLAMACTL_INTERNAL_PORT}
targetPort: ${LLAMACTL_INTERNAL_PORT}
name: http name: http