Set longhorn defaults
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Danny Bessems 2022-06-28 17:10:24 +02:00
parent 049bedbd8f
commit 4f1231f973

View File

@ -68,6 +68,9 @@
create_namespace: yes create_namespace: yes
kubeconfig: "{{ kubeconfig.path }}" kubeconfig: "{{ kubeconfig.path }}"
values: values:
defaultSettings:
defaultDataPath: /mnt/blockstorage
defaultReplicaCount: 1
ingress: ingress:
enabled: true enabled: true
host: storage.{{ vapp['guestinfo.fqdn'] }} host: storage.{{ vapp['guestinfo.fqdn'] }}