Created
October 6, 2023 16:34
-
-
Save sirkirby/a850c0d5c05ab1285535821734a30773 to your computer and use it in GitHub Desktop.
pi-hole helm values dns
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# create a kubernetes service and expose | |
# port 53 outside of cluster on the local network | |
serviceDns: | |
loadBalancerIP: 192.168.1.100 | |
type: LoadBalancer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment