Update k8s manifests

This commit is contained in:
ansible 2026-03-10 18:53:18 +08:00
parent 0430908fb8
commit f439d0d8fa
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,11 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: coredns-custom
namespace: kube-system
data:
homelab.override: |
hosts {
192.168.51.200 keycloak.n0ball.tw grafana.n0ball.tw vault.n0ball.tw gitea.n0ball.tw
fallthrough
}

View File

@ -10,3 +10,4 @@ resources:
- openldap/helmrelease.yaml - openldap/helmrelease.yaml
- keycloak/helmrelease.yaml - keycloak/helmrelease.yaml
- oidc-rbac.yaml - oidc-rbac.yaml
- coredns-custom.yaml