mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-22 21:34:48 +07:00
refactor(bootstrap): check Gitea Ingress instead of curl
- A bit faster (no need for timeout) - Still works if NGINX is down
This commit is contained in:
parent
750614c866
commit
8f7bd25996
@ -2,7 +2,7 @@
|
||||
|
||||
VALUES="values.yaml"
|
||||
|
||||
curl -fks --connect-timeout 5 https://git.khuedoan.com \
|
||||
kubectl get ingress gitea --namespace gitea \
|
||||
|| VALUES="values-seed.yaml"
|
||||
|
||||
helm template \
|
||||
|
Loading…
Reference in New Issue
Block a user