You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
430 B
8 lines
430 B
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
|
|
|