+14
-10
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user