UNCLASSIFIED

Commit 4d0184c6 authored by Sam's avatar Sam
Browse files

feat: allow virtualservice hostname to be overriden

parent 0a2e0615
...@@ -16,7 +16,7 @@ spec: ...@@ -16,7 +16,7 @@ spec:
gateways: gateways:
- main.istio-system.svc.cluster.local - main.istio-system.svc.cluster.local
hosts: hosts:
- "nexus-repository-manager.{{ .Values.hostname }}" - "{{ .Values.hostname }}.{{ .Values.domain }}"
http: http:
- route: - route:
- destination: - destination:
......
# -- Big Bang Additions # -- Big Bang Additions
hostname: bigbang.dev hostname: nexus
domain: bigbang.dev
istio: istio:
enabled: false enabled: false
license_key: "" license_key: ""
...@@ -32,12 +33,6 @@ sso: ...@@ -32,12 +33,6 @@ sso:
- "nx-admin" - "nx-admin"
# -- End of BigBang Additions # -- End of BigBang Additions
global:
hosts:
name: nexus-repository-manager
service:
name: nexus-repository-manager
ingress: ingress:
enabled: true enabled: true
annotations: {kubernetes.io/ingress.class: nginx} annotations: {kubernetes.io/ingress.class: nginx}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment