mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 09:04:24 +00:00
10 lines
210 B
YAML
10 lines
210 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 |