diff --git a/chart/templates/bigbang/virtualservice.yaml b/chart/templates/bigbang/virtualservice.yaml index 5601574f8455e82c5c85e6b48c2c0abc1e9cfadb..b5e29fc6230edb0441a6a4bcfa28bf550a05d979 100644 --- a/chart/templates/bigbang/virtualservice.yaml +++ b/chart/templates/bigbang/virtualservice.yaml @@ -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: diff --git a/chart/values.yaml b/chart/values.yaml index 54aac655c312bf438b7b375d5badc2743730e343..79478e071b6addba750d25f67e2ced7a2510dd06 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1,5 +1,6 @@ # -- 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}