diff --git a/clusters/kubenuc/apps/harbor/manifests/release.yml b/clusters/kubenuc/apps/harbor/manifests/release.yml index c693b45..38d3a9b 100644 --- a/clusters/kubenuc/apps/harbor/manifests/release.yml +++ b/clusters/kubenuc/apps/harbor/manifests/release.yml @@ -50,7 +50,7 @@ spec: topologyKey: topology.kubernetes.io/zone whenUnsatisfiable: DoNotSchedule metrics: - enabled: "true" + enabled: true # registry: # podAnnotations: # prometheus.io/scrape: "true" @@ -67,7 +67,7 @@ spec: hosts: core: "harbor.ddlns.net" tls: - enabled: "true" + enabled: true secretName: "harbor-ingress-certificate" type: ingress database: @@ -95,34 +95,34 @@ spec: persistentVolumeClaim: redis: storageClass: longhorn - postRenderers: - - kustomize: - patches: - - patch: | - - op: replace - path: /spec/strategy/rollingUpdate/maxSurge - value: 1 - target: - kind: Deployment - name: harbor-core - - patch: | - - op: replace - path: /spec/strategy/rollingUpdate/maxUnavailable - value: 1 - target: - kind: Deployment - name: harbor-core - - patch: | - - op: replace - path: /spec/strategy/rollingUpdate/maxSurge - value: 1 - target: - kind: Deployment - name: harbor-portal - - patch: | - - op: replace - path: /spec/strategy/rollingUpdate/maxUnavailable - value: 1 - target: - kind: Deployment - name: harbor-portal + ##postRenderers: + ## - kustomize: + ## patches: + ## - patch: | + ## - op: replace + ## path: /spec/strategy/rollingUpdate/maxSurge + ## value: 1 + ## target: + ## kind: Deployment + ## name: harbor-core + ## - patch: | + ## - op: replace + ## path: /spec/strategy/rollingUpdate/maxUnavailable + ## value: 1 + ## target: + ## kind: Deployment + ## name: harbor-core + ## - patch: | + ## - op: replace + ## path: /spec/strategy/rollingUpdate/maxSurge + ## value: 1 + ## target: + ## kind: Deployment + ## name: harbor-portal + ## - patch: | + ## - op: replace + ## path: /spec/strategy/rollingUpdate/maxUnavailable + ## value: 1 + ## target: + ## kind: Deployment + ## name: harbor-portal