19 lines
295 B
YAML
19 lines
295 B
YAML
|
|
apiVersion: v1
|
||
|
|
kind: Service
|
||
|
|
metadata:
|
||
|
|
name: unbound-service
|
||
|
|
namespace: pihole
|
||
|
|
spec:
|
||
|
|
type: ClusterIP
|
||
|
|
selector:
|
||
|
|
app: unbound
|
||
|
|
ports:
|
||
|
|
- name: udp-53
|
||
|
|
port: 53
|
||
|
|
targetPort: 53
|
||
|
|
protocol: UDP
|
||
|
|
- name: tcp-53
|
||
|
|
port: 53
|
||
|
|
targetPort: 53
|
||
|
|
protocol: TCP
|