UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bigbang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Currently supported Big Bang Version is 2.51
Show more breadcrumbs
Big Bang
bigbang
Commits
e450922e
Commit
e450922e
authored
4 years ago
by
ablanchard
Browse files
Options
Downloads
Patches
Plain Diff
Added a check for istio SSO arround kiali and jaeger config settings.
parent
ff2635e2
No related branches found
No related tags found
2 merge requests
!417
Integrate kibana with google auth
,
!404
Dev SSO values with monitoring disabled
Pipeline
#218425
passed
4 years ago
Stage: .pre
Stage: smoke tests
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
chart/templates/haproxy/values.yaml
+6
-0
6 additions, 0 deletions
chart/templates/haproxy/values.yaml
with
6 additions
and
0 deletions
chart/templates/haproxy/values.yaml
+
6
−
0
View file @
e450922e
...
...
@@ -65,26 +65,32 @@ config: |
unique-id-format %{+X}o\ 1-%[date,hex,bytes(8,8),lower]-%[capture.req.hdr(3)]
http-request set-header X-Amzn-Trace-Id Root=%[unique-id,lower]
bind :8080
{{
- if and .Values.istio.sso.enabled
}}
acl host_kiali hdr(host) -i kiali.{{ .Values.hostname }}
acl host_tracing hdr(host) -i tracing.{{ .Values.hostname }}
{{
- end
}}
{{
- if and .Values.monitoring.enabled .Values.monitoring.sso.enabled
}}
acl host_alertmanager hdr(host) -i alertmanager.{{ .Values.hostname }}
acl host_prometheus hdr(host) -i prometheus.{{ .Values.hostname }}
{{
- end
}}
option forwardfor
{{
- if and .Values.istio.sso.enabled
}}
use_backend kiali_main if host_kiali
use_backend tracing_main if host_tracing
{{
- end
}}
{{
- if and .Values.monitoring.enabled .Values.monitoring.sso.enabled
}}
use_backend alertmanager_main if host_alertmanager
use_backend prometheus_main if host_prometheus
{{
- end
}}
{{
- if and .Values.istio.sso.enabled
}}
backend kiali_main
mode http
server kiali kiali.istio-system.svc.cluster.local:20001
backend tracing_main
mode http
server jaeger tracing.istio-system.svc.cluster.local:80
{{
- end
}}
{{
- if and .Values.monitoring.enabled .Values.monitoring.sso.enabled
}}
backend alertmanager_main
mode http
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment