mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 08:34:22 +00:00
14 lines
289 B
YAML
14 lines
289 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: llamactl-proxy
|
|
namespace: llamactl
|
|
annotations:
|
|
tailscale.com/tailnet-fqdn: ${LLAMACTL_TAILNET_FQDN}
|
|
spec:
|
|
type: ExternalName
|
|
externalName: placeholder
|
|
ports:
|
|
- port: 80
|
|
targetPort: ${LLAMACTL_INTERNAL_PORT}
|
|
name: http |