mirror of
https://github.com/bitnami/charts.git
synced 2026-03-17 14:57:04 +08:00
[bitnami/harbor] Fix harbor-ingress with GCE controller (#7435)
This commit is contained in:
@@ -34,4 +34,4 @@ sources:
|
||||
- https://github.com/bitnami/bitnami-docker-harbor-registry
|
||||
- https://github.com/bitnami/bitnami-docker-harbor-registryctl
|
||||
- https://goharbor.io/
|
||||
version: 11.0.0
|
||||
version: 11.0.1
|
||||
|
||||
@@ -10,6 +10,9 @@ metadata:
|
||||
annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
{{- if (eq .Values.ingress.controller "gce") }}
|
||||
type: NodePort
|
||||
{{- end }}
|
||||
ports:
|
||||
- name: http
|
||||
port: {{ include "harbor.portal.servicePort" . }}
|
||||
|
||||
Reference in New Issue
Block a user