Update k8s manifests
This commit is contained in:
parent
0430908fb8
commit
f439d0d8fa
11
k8s/infrastructure/coredns-custom.yaml
Normal file
11
k8s/infrastructure/coredns-custom.yaml
Normal 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
|
||||
}
|
||||
@ -10,3 +10,4 @@ resources:
|
||||
- openldap/helmrelease.yaml
|
||||
- keycloak/helmrelease.yaml
|
||||
- oidc-rbac.yaml
|
||||
- coredns-custom.yaml
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user