Template defaults

This commit is contained in:
Stéphane Tailland
2026-08-19 17:34:06 +02:00
parent 6afd9c4c5f
commit 22348ce610
10 changed files with 77 additions and 11 deletions
@@ -0,0 +1,17 @@
# Cluster-wide defaults for the dataplane-template ${VAR}s. NOT part of
# dataplane-template/ itself (that folder is what gets built+applied once
# per domain into its own namespace — this ConfigMap is applied once,
# cluster-wide, in flux-system). Each domain's Kustomization lists this
# FIRST in postBuild.substituteFrom, then its own ConfigMap/Secret after —
# Flux applies "last wins" precedence across substituteFrom entries, so a
# domain can still override any of these if it ever needs to.
apiVersion: v1
kind: ConfigMap
metadata:
name: dataplane-template-defaults
namespace: flux-system
data:
KONNECT_SERVER_URL: eu.api.konghq.com
GATEWAY_IMAGE: kong/kong-gateway:3.15
REPLICAS: "1"
TLS_ISSUER_KIND: ClusterIssuer