diff --git a/apps/base/llamactl-proxy/service.yaml b/apps/base/llamactl-proxy/service.yaml index a30cb85..76cac83 100644 --- a/apps/base/llamactl-proxy/service.yaml +++ b/apps/base/llamactl-proxy/service.yaml @@ -9,6 +9,5 @@ spec: type: ExternalName externalName: placeholder ports: - - port: 80 - targetPort: ${LLAMACTL_INTERNAL_PORT} + - port: ${LLAMACTL_INTERNAL_PORT} name: http \ No newline at end of file