more updates
Publish Action Image / build (push) Successful in 1m8s

This commit is contained in:
2026-06-29 15:14:55 +10:00
parent 01223c176f
commit 4ee1b9e13c
15 changed files with 1155 additions and 832 deletions
+14 -10
View File
@@ -6,23 +6,19 @@ registry:
url: registry.natelubitz.com
pull_secret: regcred
# DNS records are managed by external-dns inside the cluster.
# Set target to your node's public IP or a static hostname.
# ${KFORGE_NODE_IP} is resolved from the CI secret at generate time.
dns:
provider: cloudflare
cloudflare:
api_token: ${CLOUDFLARE_API_TOKEN}
zones:
- name: natelubitz.com
zone_id: ${CF_ZONE_ID_NATELUBITZ}
- name: midtermtenant.com
zone_id: ${CF_ZONE_ID_MIDTERM}
proxied: false
node_ip: ${KFORGE_NODE_IP}
target: ${KFORGE_NODE_IP}
cluster:
tls_issuer: letsencrypt-prod
ingress_class: nginx
cnpg:
host: cnpg-main-rw.default.svc.cluster.local
cluster_name: cnpg-main
superuser_secret: cnpg-main-superuser
defaults:
port: 3000
@@ -36,6 +32,14 @@ infrastructure:
provider: valkey
mode: standalone
# Preview environments are deployed per pull request.
# Run `kforge gitea-preview` to generate .gitea/workflows/preview.yml
preview:
enabled: true
base_environment: staging
namespace_prefix: preview-pr
hostname_template: "pr-${PR_NUMBER}.${name}.natelubitz.com"
environments:
staging:
namespace: staging