Files
infrastructure/clusters/cl01tl/services/tailscale-operator/templates/dns-config.yaml
Alex Lebens fd7b7d0b72
All checks were successful
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m57s
update dns image
2025-11-19 17:36:44 -06:00

15 lines
359 B
YAML

apiVersion: tailscale.com/v1alpha1
kind: DNSConfig
metadata:
name: ts-dns
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: ts-dns
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
nameserver:
image:
repo: tailscale/k8s-nameserver
tag: unstable-v1.91.88