diff --git a/helm/it-tools-1.0.0.tgz b/helm/it-tools-1.0.0.tgz deleted file mode 100644 index 8342cfd4..00000000 Binary files a/helm/it-tools-1.0.0.tgz and /dev/null differ diff --git a/helm/templates/service.yaml b/helm/templates/service.yaml index 81d1fb72..1f756319 100644 --- a/helm/templates/service.yaml +++ b/helm/templates/service.yaml @@ -8,6 +8,7 @@ spec: type: {{ .Values.service.type }} ports: - port: {{ .Values.service.port }} + nodePort: {{ .Values.service.nodePort}} targetPort: http protocol: TCP name: http