mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-26 11:35:35 +00:00
9 lines
430 B
YAML
9 lines
430 B
YAML
|
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
|