mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-18 02:48:40 +00:00
Make the deployment of an IngressClass optional, default to true (#14153)
Fixes tailscale/tailscale#14152 Signed-off-by: James Stocker jamesrstocker@gmail.com Co-authored-by: James Stocker <james.stocker@intenthq.co.uk>
This commit is contained in:
parent
9f33aeb649
commit
303a4a1dfb
@ -1,3 +1,4 @@
|
|||||||
|
{{- if .Values.ingressClass.enabled }}
|
||||||
apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: IngressClass
|
kind: IngressClass
|
||||||
metadata:
|
metadata:
|
||||||
@ -6,3 +7,4 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
controller: tailscale.com/ts-ingress # controller name currently can not be changed
|
controller: tailscale.com/ts-ingress # controller name currently can not be changed
|
||||||
# parameters: {} # currently no parameters are supported
|
# parameters: {} # currently no parameters are supported
|
||||||
|
{{- end }}
|
||||||
|
@ -54,6 +54,9 @@ operatorConfig:
|
|||||||
# - name: EXTRA_VAR2
|
# - name: EXTRA_VAR2
|
||||||
# value: "value2"
|
# value: "value2"
|
||||||
|
|
||||||
|
# In the case that you already have a tailscale ingressclass in your cluster (or vcluster), you can disable the creation here
|
||||||
|
ingressClass:
|
||||||
|
enabled: true
|
||||||
|
|
||||||
# proxyConfig contains configuraton that will be applied to any ingress/egress
|
# proxyConfig contains configuraton that will be applied to any ingress/egress
|
||||||
# proxies created by the operator.
|
# proxies created by the operator.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user