mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 09:04:24 +00:00
Add llamactl-proxy configuration
This commit is contained in:
12
apps/base/llamactl-proxy/service.yaml
Normal file
12
apps/base/llamactl-proxy/service.yaml
Normal 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
|
||||
Reference in New Issue
Block a user