Add healthcheck;Improve console healthchecks;Increase default retries
	
		
			
	
		
	
	
		
	
		
			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:
		| @@ -19,6 +19,25 @@ | ||||
|         executable: /opt/firstboot/tty.sh | ||||
|         workingdir: /tmp/ | ||||
|       metacluster: | ||||
|         components: | ||||
|           - name: ArgoCD | ||||
|             url: https://gitops.${FQDN} | ||||
|             healthcheck: https://gitops.${FQDN} | ||||
|           - name: Gitea | ||||
|             url: https://git.${FQDN} | ||||
|             healthcheck: https://git.${FQDN} | ||||
|           - name: Harbor | ||||
|             url: https://registry.${FQDN} | ||||
|             healthcheck: https://registry.${FQDN} | ||||
|           - name: Longhorn | ||||
|             url: https://storage.${FQDN} | ||||
|             healthcheck: https://storage.${FQDN} | ||||
|           - name: StepCA | ||||
|             url: '' | ||||
|             healthcheck: https://ca.${FQDN}/health | ||||
|           - name: Traefik | ||||
|             url: https://ingress.${FQDN} | ||||
|             healthcheck: https://ingress.${FQDN} | ||||
|         fqdn: "{{ vapp['metacluster.fqdn'] }}" | ||||
|         vip: "{{ vapp['metacluster.vip'] }}" | ||||
|   loop: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user