22 lines
328 B
YAML
22 lines
328 B
YAML
|
---
|
||
|
service:
|
||
|
type: LoadBalancer
|
||
|
ports:
|
||
|
- name: status-port
|
||
|
port: 15021
|
||
|
protocol: TCP
|
||
|
targetPort: 15021
|
||
|
- name: http2
|
||
|
port: 80
|
||
|
protocol: TCP
|
||
|
targetPort: 80
|
||
|
- name: https
|
||
|
port: 443
|
||
|
protocol: TCP
|
||
|
targetPort: 443
|
||
|
- name: openvpn
|
||
|
port: 1194
|
||
|
protocol: TCP
|
||
|
targetPort: 1194
|
||
|
|