Merge "expose nexus and swagger api ports externally"
authorBorislav Glozman <Borislav.Glozman@amdocs.com>
Tue, 8 May 2018 12:41:33 +0000 (12:41 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 8 May 2018 12:41:33 +0000 (12:41 +0000)
1  2 
kubernetes/policy/charts/drools/charts/nexus/templates/deployment.yaml

@@@ -40,10 -40,10 +40,10 @@@ spec
            name: nexus-data
        containers:
          - name: {{ include "common.name" . }}
 -          image: "{{ .Values.global.repository | default .Values.repository }}/{{ .Values.image }}"
 +          image: "{{ include "common.repository" . }}/{{ .Values.image }}"
            imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
            ports:
-           - containerPort: {{ .Values.service.internalPort }}
+           - containerPort: {{ .Values.service.externalPort }}
            {{- if eq .Values.liveness.enabled true }}
            livenessProbe:
              tcpSocket: