Skip to content

Commit

Permalink
BC-5801 - make ingress class name configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored Nov 28, 2023
1 parent fe587b5 commit 46f8542
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
{% endif %}

spec:
ingressClassName: nginx
ingressClassName: {{ INGRESS_CLASS }}
{% if CLUSTER_ISSUER is defined or (TLS_ENABLED is defined and TLS_ENABLED | bool) %}
tls:
- hosts:
Expand Down Expand Up @@ -53,4 +53,4 @@ spec:
name: tldraw-client-svc
port:
number: 3046


0 comments on commit 46f8542

Please sign in to comment.