Merge pull request 'enable pihole' (#72) from pihole into main

Reviewed-on: #72
This commit was merged in pull request #72.
This commit is contained in:
2025-11-04 07:59:07 +05:30
3 changed files with 2 additions and 1 deletions

View File

@@ -6,10 +6,11 @@ metadata:
namespace: tools namespace: tools
spec: spec:
type: LoadBalancer type: LoadBalancer
loadBalancerIP: 192.168.1.229
selector: selector:
app: pihole app: pihole
ports: ports:
- port: 8585 - port: 80
targetPort: 80 targetPort: 80
protocol: TCP protocol: TCP
name: web name: web