Compare commits

...

2 Commits

Author SHA1 Message Date
Paul Payne
78adc2883f Fix DNS configuration variable names in ADDING-APPS.md 2026-02-01 11:09:16 +00:00
Paul Payne
e2aa16e679 Add external-dns annotations to openproject. 2026-01-08 01:17:20 +00:00
2 changed files with 5 additions and 2 deletions

View File

@@ -95,8 +95,8 @@ Here's a comprehensive rundown of all config variables that get set during clust
##### cloud (Infrastructure-level settings) ##### cloud (Infrastructure-level settings)
###### DNS Configuration: ###### DNS Configuration:
- cloud.dns.ip - IP address of the DNS server (Wild Central) - cloud.dnsmasq.ip - IP address of the DNS server (Wild Central)
- cloud.dns.externalResolver - External DNS resolver (e.g., 1.1.1.1, 8.8.8.8) - cluster.internalDns.externalResolver - External DNS resolver (e.g., 1.1.1.1, 8.8.8.8)
###### Network Configuration: ###### Network Configuration:

View File

@@ -4,6 +4,9 @@ apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress
metadata: metadata:
name: openproject name: openproject
annotations:
external-dns.alpha.kubernetes.io/target: {{ .externalDnsDomain }}
external-dns.alpha.kubernetes.io/cloudflare-proxied: "false"
spec: spec:
tls: tls:
- hosts: - hosts: