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:
gateways:
- main.istio-system.svc.cluster.local
hosts:
- "nexus-repository-manager.{{ .Values.hostname }}"
- "{{ .Values.hostname }}.{{ .Values.domain }}"
http:
- route:
- destination:
......
# -- Big Bang Additions
hostname: bigbang.dev
hostname: nexus
domain: bigbang.dev
istio:
enabled: false
license_key: ""
......@@ -32,12 +33,6 @@ sso:
- "nx-admin"
# -- End of BigBang Additions
global:
hosts:
name: nexus-repository-manager
service:
name: nexus-repository-manager
ingress:
enabled: true
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