Fix duplicate declaration
This commit is contained in:
parent
6635b1285c
commit
f798f2be87
1 changed files with 2 additions and 2 deletions
|
@ -119,13 +119,13 @@ spec:
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: bind-master
|
||||
name: bind-slave
|
||||
namespace: default
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
externalTrafficPolicy: Local
|
||||
selector:
|
||||
app: bind-master
|
||||
app: bind-slave
|
||||
ports:
|
||||
- name: dns-udp
|
||||
port: 53
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue