REFACTOR(coredns): remove CoreDNS HelmChartConfig

- Not managed by Helm in this repo
- CoreDNS managed by K3s
This commit is contained in:
2025-12-30 19:49:52 +09:00
parent d8011a4039
commit f631b08375
3 changed files with 2 additions and 12 deletions

View File

@@ -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

View File

@@ -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:

View File

@@ -3,5 +3,4 @@ kind: Kustomization
resources: resources:
- helm-values.yaml - helm-values.yaml
- coredns-config.yaml
- ingress.yaml - ingress.yaml