Remove redundant tasks;Fix health check;Add gitea config
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2cd2c4c6d0
commit
b0dad1caf7
@ -40,7 +40,7 @@
|
|||||||
url: https://git.{{ vapp['metacluster.fqdn'] }}/api/healthz
|
url: https://git.{{ vapp['metacluster.fqdn'] }}/api/healthz
|
||||||
method: GET
|
method: GET
|
||||||
register: api_readycheck
|
register: api_readycheck
|
||||||
until: api_readycheck.json.status | default(false) | bool
|
until: api_readycheck.json.status is defined
|
||||||
retries: 3
|
retries: 3
|
||||||
delay: 30
|
delay: 30
|
||||||
|
|
||||||
|
@ -28,8 +28,3 @@
|
|||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
dest: /etc/rancher/k3s/registries.yaml
|
dest: /etc/rancher/k3s/registries.yaml
|
||||||
src: registries.j2
|
src: registries.j2
|
||||||
notify:
|
|
||||||
- Apply manifests
|
|
||||||
|
|
||||||
- name: Trigger handlers
|
|
||||||
ansible.builtin.meta: flush_handlers
|
|
||||||
|
@ -118,6 +118,8 @@ components:
|
|||||||
chart_values: !unsafe |
|
chart_values: !unsafe |
|
||||||
config:
|
config:
|
||||||
offlineMode: true
|
offlineMode: true
|
||||||
|
server:
|
||||||
|
ROOT_URL: https://git.{{ vapp['metacluster.fqdn'] }}/
|
||||||
gitea:
|
gitea:
|
||||||
admin:
|
admin:
|
||||||
username: administrator
|
username: administrator
|
||||||
|
Loading…
Reference in New Issue
Block a user