UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 1e587d97 authored by Michael McLeroy's avatar Michael McLeroy
Browse files

fix(haproxy): gateway override

parent fdee2d59
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,9 @@
{{- define "bigbang.defaults.haproxy-sso" -}}
hostname: {{ .Values.hostname }}
istio:
gateway: {{ default "public" .Values.addons.haproxy.ingress.gateway }}
podLabels:
protect: keycloak
config: |
......
......@@ -788,6 +788,10 @@ addons:
# -- Flux reconciliation overrides specifically for the HAProxy Package
flux: {}
# Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public".
ingress:
gateway: ""
# -- Values to passthrough to the haproxy chart: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/haproxy.git
values: {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment