add tool to gitea
Build and Deploy / build-and-deploy (push) Failing after 20s

This commit is contained in:
2026-06-05 02:34:00 +10:00
commit 532b912ffb
25 changed files with 4981 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
meta:
name: www
tenant: nate-lubitz
registry:
url: registry.natelubitz.com
pull_secret: regcred
dns:
provider: cloudflare
cloudflare:
api_token: ${CLOUDFLARE_API_TOKEN}
zones:
- name: natelubitz.com
zone_id: ${CF_ZONE_ID_NATELUBITZ}
proxied: false
node_ip: ${KFORGE_NODE_IP}
cluster:
tls_issuer: letsencrypt-prod
ingress_class: nginx
cnpg:
host: cnpg-main-rw.default.svc.cluster.local
defaults:
port: 3000
health_check:
path: /healthcheck
environments:
production:
namespace: production
image_tag: latest
ingress:
hosts:
- hostname: natelubitz.com
tls: true
dns_record: false
lifecycle:
delete: false