Skip to content
Snippets Groups Projects
Verified Commit 416383e6 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

feat(goharbor): Make goharbor fully HA according to docs

Adding two replicas not only for the registry, but also for core and
portal, which should help to keep everything alive.
parent c22ffdca
Branches
Tags
No related merge requests found
...@@ -40,6 +40,10 @@ spec: ...@@ -40,6 +40,10 @@ spec:
trivy: trivy:
accessMode: ReadWriteMany accessMode: ReadWriteMany
size: 10Gi size: 10Gi
core:
replicas: 2
portal:
replicas: 2
registry: registry:
replicas: 2 replicas: 2
chartmuseum: chartmuseum:
...@@ -52,8 +56,8 @@ sops: ...@@ -52,8 +56,8 @@ sops:
azure_kv: [] azure_kv: []
hc_vault: [] hc_vault: []
age: [] age: []
lastmodified: "2022-09-12T18:21:28Z" lastmodified: "2022-09-17T21:50:17Z"
mac: ENC[AES256_GCM,data:wiod22l2NvTm77gjD+jSv72/HETeayuQqV5xgiPtVt06bNkZwDFXoVW4c+xadlFKjZZGKvluhRPfjjll+xP28TJjC6MOIdEJ3GexFmMJCmsNvIOYzSbiGChxmT1RSYmvcTdCsh30dCguxtW1in8kR65/OVrzp4+egaUJrXBhxU0=,iv:krPHlpfZ2tDZBZ8Fr6xzwOo+h02uHq/5fhPMvjt5eGk=,tag:N/JnZjXV6ziHRT4ErhRV8A==,type:str] mac: ENC[AES256_GCM,data:jT1dhyjJ3Mp/aKXvz5l/WGij5MIYLNu59XXBfAEF8pifcPcvU+qThUAotWsVusXIeTucEcSAo/oXnO3BI4aRI98iNudPol/YRQi53LzeviyphnQL7I6ns/AJ7gdLjqoKdhqLl+fpRzypXFSvUM1IVQiXBwlkAlvrB0PkNS49J9w=,iv:4GaL7mHb7vp+uVYEyRxEnmNChAKnQYbG2tyu79KgPZ4=,tag:7vBwbSoVTVvQzAJkfgjaOQ==,type:str]
pgp: pgp:
- created_at: "2022-01-21T00:21:42Z" - created_at: "2022-01-21T00:21:42Z"
enc: |- enc: |-
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment