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
|
||||
method: GET
|
||||
register: api_readycheck
|
||||
until: api_readycheck.json.status | default(false) | bool
|
||||
until: api_readycheck.json.status is defined
|
||||
retries: 3
|
||||
delay: 30
|
||||
|
||||
|
@ -28,8 +28,3 @@
|
||||
ansible.builtin.template:
|
||||
dest: /etc/rancher/k3s/registries.yaml
|
||||
src: registries.j2
|
||||
notify:
|
||||
- Apply manifests
|
||||
|
||||
- name: Trigger handlers
|
||||
ansible.builtin.meta: flush_handlers
|
||||
|
@ -118,6 +118,8 @@ components:
|
||||
chart_values: !unsafe |
|
||||
config:
|
||||
offlineMode: true
|
||||
server:
|
||||
ROOT_URL: https://git.{{ vapp['metacluster.fqdn'] }}/
|
||||
gitea:
|
||||
admin:
|
||||
username: administrator
|
||||
|
Loading…
Reference in New Issue
Block a user