This commit is contained in:
16
disabled/pihole/pihole-svc.yml
Normal file
16
disabled/pihole/pihole-svc.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: pihole-tcp-service
|
||||
namespace: tools
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
loadBalancerIP: 192.168.1.229
|
||||
selector:
|
||||
app: pihole
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 80
|
||||
protocol: TCP
|
||||
name: web
|
||||
Reference in New Issue
Block a user