Files
infrastructure/clusters/cl01tl/helm/tailscale-operator/templates/dns-config.yaml
T
renovate-bot f89d3acad2
lint-test-helm / lint-helm (pull_request) Successful in 27s
lint-test-helm / validate-kubeconform (pull_request) Successful in 22s
render-manifests / render-manifests (pull_request) Successful in 1m13s
chore(deps): update tailscale/k8s-nameserver docker tag to v1.98.3
2026-05-22 19:40:11 +00:00

15 lines
364 B
YAML

apiVersion: tailscale.com/v1alpha1
kind: DNSConfig
metadata:
name: ts-dns
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: ts-dns
{{- include "custom.labels" . | nindent 4 }}
spec:
nameserver:
image:
repo: tailscale/k8s-nameserver
# renovate: datasource=docker depName=tailscale/k8s-nameserver
tag: v1.98.3