Add external dns entry for tunnel ssh service
This commit is contained in:
parent
e21c9fd428
commit
88068f9971
|
@ -14,11 +14,13 @@ apiVersion: v1
|
|||
kind: Service
|
||||
metadata:
|
||||
name: tunnel-ssh
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/hostname: tunnel.svc.${domain}
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
ports:
|
||||
- name: "2222"
|
||||
port: 2222
|
||||
port: 22
|
||||
targetPort: 2222
|
||||
selector:
|
||||
app: tunnel
|
||||
|
|
Loading…
Reference in New Issue
Block a user