Reconfigure Longhorn/Harbor
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2022-06-29 17:06:23 +02:00
parent 368f84769b
commit bc9f1c260f
1 changed files with 2 additions and 1 deletions

View File

@ -76,7 +76,7 @@
enabled: true enabled: true
host: storage.{{ vapp['guestinfo.fqdn'] }} host: storage.{{ vapp['guestinfo.fqdn'] }}
persistence: persistence:
defaultClassReplicaCount: 3 defaultClassReplicaCount: 1
- name: Install harbor chart - name: Install harbor chart
kubernetes.core.helm: kubernetes.core.helm:
@ -91,6 +91,7 @@
ingress: ingress:
hosts: hosts:
core: registry.{{ vapp['guestinfo.fqdn'] }} core: registry.{{ vapp['guestinfo.fqdn'] }}
harborAdminPassword: {{ vapp['guestinfo.rootpw'] }}
notary: notary:
enabled: false enabled: false