Compare commits
2 Commits
6220e2a9aa
...
9458f49744
| Author | SHA1 | Date | |
|---|---|---|---|
| 9458f49744 | |||
| 369aaaa0b5 |
@@ -26,7 +26,7 @@ components:
|
||||
defaultReplicaCount: 1
|
||||
ingress:
|
||||
enabled: true
|
||||
host: {% raw %}storage.{{ vapp['metacluster.fqdn'] }}{% endraw %}
|
||||
host: storage.{% raw %}{{ vapp['metacluster.fqdn'] }}{% endraw %}
|
||||
persistence:
|
||||
defaultClassReplicaCount: 1
|
||||
|
||||
@@ -39,9 +39,9 @@ components:
|
||||
expose:
|
||||
ingress:
|
||||
hosts:
|
||||
core: registry.{{ vapp['metacluster.fqdn'] }}
|
||||
externalURL: https://registry.{{ vapp['metacluster.fqdn'] }}
|
||||
harborAdminPassword: "{{ vapp['guestinfo.rootpw'] }}"
|
||||
core: registry.{% raw %}{{ vapp['metacluster.fqdn'] }}{% endraw %}
|
||||
externalURL: https://registry.{% raw %}{{ vapp['metacluster.fqdn'] }}{% endraw %}
|
||||
harborAdminPassword: "{% raw %}{{ vapp['guestinfo.rootpw'] }}{% endraw %}"
|
||||
notary:
|
||||
enabled: false
|
||||
|
||||
@@ -54,13 +54,13 @@ components:
|
||||
gitea:
|
||||
admin:
|
||||
username: administrator
|
||||
password: "{{ vapp['guestinfo.rootpw'] }}"
|
||||
email: admin@{{ vapp['metacluster.fqdn'] }}
|
||||
password: "{% raw %}{{ vapp['guestinfo.rootpw'] }}{% endraw %}"
|
||||
email: admin@{% raw %}{{ vapp['metacluster.fqdn'] }}{% endraw %}
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
ingress:
|
||||
hosts:
|
||||
- host: git.{{ vapp['metacluster.fqdn'] }}
|
||||
- host: git.{% raw %}{{ vapp['metacluster.fqdn'] }}{% endraw %}
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
|
||||
@@ -19,7 +19,7 @@ DynamicDisks:
|
||||
- Description: Longhorn persistent storage
|
||||
UnitSize: GB
|
||||
Constraints:
|
||||
Minium: 100
|
||||
Minimum: 100
|
||||
Maximum: ''
|
||||
|
||||
PropertyCategories:
|
||||
|
||||
Reference in New Issue
Block a user