Skip to content

Commit

Permalink
refactor: rename INGRESS_HOST_LIST to ADDITIONAL_INGRESS_HOST_LIST
Browse files Browse the repository at this point in the history
Signed-off-by: Gabor Boros <[email protected]>
  • Loading branch information
gabor-boros committed May 7, 2024
1 parent 7d3fb94 commit db7b2bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# For multi-instance clusters. Allow one central load balancer on the cluster to
# handle HTTPS certs and forward traffic to each Open edX instance's Caddy
# instance.
{%- set HOSTS = [LMS_HOST, CMS_HOST, PREVIEW_HOST, MFE_HOST] + K8S_HARMONY_INGRESS_HOST_LIST %}
{%- set HOSTS = [LMS_HOST, CMS_HOST, PREVIEW_HOST, MFE_HOST] + K8S_HARMONY_ADDITIONAL_INGRESS_HOST_LIST %}
{%- HOSTS.append(ECOMMERCE_HOST) if ECOMMERCE_HOST is defined %}
{%- HOSTS.append(DISCOVERY_HOST) if DISCOVERY_HOST is defined %}
apiVersion: networking.k8s.io/v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# when installing additional plugins such as tutor-ecommerce or tutor-minio.
# The workaround is to manually add a list of hosts to be routed to the caddy
# instance.
"INGRESS_HOST_LIST": [],
"ADDITIONAL_INGRESS_HOST_LIST": [],
"ENABLE_SHARED_HARMONY_SEARCH": False,
},
"overrides": {
Expand Down

0 comments on commit db7b2bd

Please sign in to comment.