Add llamactl-proxy configuration

This commit is contained in:
2025-07-31 21:15:45 +02:00
parent 5578229913
commit a5c12c9eb1
7 changed files with 69 additions and 19 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: llamactl-proxy
namespace: llamactl
spec:
type: ExternalName
externalName: ${LLAMACTL_INTERNAL_IP}
ports:
- port: 80
targetPort: ${LLAMACTL_INTERNAL_PORT}
name: http