mirror of
https://github.com/tailscale/tailscale.git
synced 2025-01-10 18:13:41 +00:00
303a4a1dfb
Fixes tailscale/tailscale#14152 Signed-off-by: James Stocker jamesrstocker@gmail.com Co-authored-by: James Stocker <james.stocker@intenthq.co.uk>
11 lines
480 B
YAML
11 lines
480 B
YAML
{{- if .Values.ingressClass.enabled }}
|
|
apiVersion: networking.k8s.io/v1
|
|
kind: IngressClass
|
|
metadata:
|
|
name: tailscale # class name currently can not be changed
|
|
annotations: {} # we do not support default IngressClass annotation https://kubernetes.io/docs/concepts/services-networking/ingress/#default-ingress-class
|
|
spec:
|
|
controller: tailscale.com/ts-ingress # controller name currently can not be changed
|
|
# parameters: {} # currently no parameters are supported
|
|
{{- end }}
|