REFACTOR(coredns): remove CoreDNS HelmChartConfig
- Not managed by Helm in this repo - CoreDNS managed by K3s
This commit is contained in:
@@ -1,9 +0,0 @@
|
|||||||
apiVersion: helm.cattle.io/v1
|
|
||||||
kind: HelmChartConfig
|
|
||||||
metadata:
|
|
||||||
name: coredns
|
|
||||||
namespace: kube-system
|
|
||||||
spec:
|
|
||||||
valuesContent: |-
|
|
||||||
# High Availability - 2 replicas
|
|
||||||
replicaCount: 2
|
|
||||||
@@ -5,9 +5,9 @@ metadata:
|
|||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
spec:
|
spec:
|
||||||
valuesContent: |-
|
valuesContent: |-
|
||||||
# 2 replicas
|
# 3 replicas for HA
|
||||||
deployment:
|
deployment:
|
||||||
replicas: 2
|
replicas: 3
|
||||||
|
|
||||||
# Traefik Dashboard 활성화
|
# Traefik Dashboard 활성화
|
||||||
dashboard:
|
dashboard:
|
||||||
|
|||||||
@@ -3,5 +3,4 @@ kind: Kustomization
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
- helm-values.yaml
|
- helm-values.yaml
|
||||||
- coredns-config.yaml
|
|
||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user