Files
infrastructure/clusters/cl01tl/applications/audiobookshelf/templates/service.yaml
2024-08-16 18:28:00 -05:00

17 lines
531 B
YAML

apiVersion: v1
kind: Service
metadata:
name: auth-cl01tl
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: auth-cl01tl
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: tailscale
app.kubernetes.io/part-of: {{ .Release.Name }}
annotations:
tailscale.com/tailnet-fqdn: auth-cl01tl.boreal-beaufort.ts.net
spec:
externalName: ts-auth-cl01tl-wjjns.tailscale-operator.svc.cluster.local
type: ExternalName