Skip to content
This repository has been archived by the owner on Feb 22, 2025. It is now read-only.

Commit

Permalink
Fixed name of Adguard's l2policy.
Browse files Browse the repository at this point in the history
Coredns service is now a ClusterIP.
Adguard service is now a LoadBalancer.
  • Loading branch information
AlessandroZanatta committed Jan 17, 2025
1 parent a9efda8 commit 7073398
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm/cilium/extra/coredns-ip-pool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
apiVersion: "cilium.io/v2alpha1"
kind: CiliumL2AnnouncementPolicy
metadata:
name: l2policy-coredns
name: l2policy-adguard
spec:
interfaces:
- "^eth[0-9]+"
Expand Down
2 changes: 0 additions & 2 deletions helm/coredns/values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
replicaCount: 2

serviceType: "LoadBalancer"

prometheus:
service:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/management/adguard/adguard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
kalexlab.xyz/app: adguard
kalexlab.xyz/ip-pool: adguard
spec:
type: ClusterIP
type: LoadBalancer
clusterIP: 10.32.0.253
ports:
- name: adguard-interface
Expand Down

0 comments on commit 7073398

Please sign in to comment.