Try put service infront of bind for testing
This commit is contained in:
parent
6efa45ec9a
commit
95470bfcaa
1 changed files with 19 additions and 0 deletions
|
@ -122,3 +122,22 @@ spec:
|
|||
- name: root-hints
|
||||
emptyDir: {}
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: bind-master
|
||||
namespace: dns
|
||||
spec:
|
||||
selector:
|
||||
app: bind-master
|
||||
ports:
|
||||
- name: dns-udp
|
||||
port: 53
|
||||
protocol: UDP
|
||||
targetPort: 53
|
||||
- name: dns-tcp
|
||||
port: 53
|
||||
protocol: TCP
|
||||
targetPort: 53
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue