diff --git a/charts/athens-proxy/Chart.yaml b/charts/athens-proxy/Chart.yaml index 9da4ae8..44d6879 100644 --- a/charts/athens-proxy/Chart.yaml +++ b/charts/athens-proxy/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: athens-proxy -version: 0.5.9 +version: 0.5.10 appVersion: v0.11.0 description: The proxy server for Go modules icon: https://raw.githubusercontent.com/gomods/athens/main/docs/static/banner.png diff --git a/charts/athens-proxy/templates/service.yaml b/charts/athens-proxy/templates/service.yaml index 9f650df..24187b3 100644 --- a/charts/athens-proxy/templates/service.yaml +++ b/charts/athens-proxy/templates/service.yaml @@ -18,9 +18,6 @@ spec: port: {{ .Values.service.servicePort }} targetPort: 3000 protocol: TCP - {{- if eq .Values.service.type "NodePort" }} - nodePort: {{ .Values.service.nodePort.port }} - {{- end }} selector: app: {{ template "fullname" . }} release: "{{ .Release.Name }}" diff --git a/charts/athens-proxy/values.yaml b/charts/athens-proxy/values.yaml index 7888b43..31b685d 100644 --- a/charts/athens-proxy/values.yaml +++ b/charts/athens-proxy/values.yaml @@ -35,9 +35,6 @@ service: ## from within the cluster. To expose externally, consider a "NodePort" or "LoadBalancer" service. type: ClusterIP ## Further configuration if service is of type "NodePort" - nodePort: - ## Available port in allowable range (e.g. 30000 - 32767 on minikube) - port: 30080 ingress: enabled: false