Skip to content

Commit

Permalink
feat: deploy database on amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
oscaromeu committed Apr 8, 2023
1 parent 222205c commit 13aac84
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions kubernetes/apps/default/harbor/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,7 @@ spec:
upgrade:
remediation:
retries: 5
#postRenderers:
# - kustomize:
# patchesJson6902:
# - target:
# kind: Service
# name: harbor
# patch:
# - op: add
# path: /spec/externalIPs
# value: ["${SECRET_EXTERNAL_IP}"]
# - op: remove
# path: /spec/loadBalancerIP

values:
expose:
ingress:
Expand Down Expand Up @@ -69,6 +58,10 @@ spec:
# The secret key used for encryption. Must be a string of 16 chars.
#secretKey: "${HARBOR_ENCRPYTION_KEY}"

database:
nodeSelector:
kubernetes.io/arch: amd64

notary:
enabled: true

Expand Down

0 comments on commit 13aac84

Please sign in to comment.