Skip to content

Commit 5876b26

Browse files
committed
Add mixed service configuration and annotations for pihole in helmfile.yaml
Enhance the pihole service setup by enabling mixed service support and adding specific annotations for IP management. This update improves the service's integration with Cilium and load balancer configurations.
1 parent e86d6ff commit 5876b26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/pihole/helmfile.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ releases:
1212
enabled: false
1313
serviceDns:
1414
type: LoadBalancer
15+
mixedService: true
16+
annotations:
17+
"lbipam.cilium.io/ips": "192.168.30.241"

0 commit comments

Comments
 (0)