69 lines
1.5 KiB
Plaintext
69 lines
1.5 KiB
Plaintext
does not expose separate listener ports by default when ingress.enabled=true:
|
|
1: |
|
|
- name: tls
|
|
port: 443
|
|
protocol: TCP
|
|
targetPort: 3080
|
|
does not expose separate listener ports when running in separate mode and ingress.enabled=true:
|
|
1: |
|
|
- name: tls
|
|
port: 443
|
|
protocol: TCP
|
|
targetPort: 3080
|
|
exposes a single port when running in multiplex mode:
|
|
1: |
|
|
- name: tls
|
|
port: 443
|
|
protocol: TCP
|
|
targetPort: 3080
|
|
exposes a single port when running in multiplex mode and ingress.enabled=true:
|
|
1: |
|
|
- name: tls
|
|
port: 443
|
|
protocol: TCP
|
|
targetPort: 3080
|
|
exposes separate listener ports by default:
|
|
1: |
|
|
- name: tls
|
|
port: 443
|
|
protocol: TCP
|
|
targetPort: 3080
|
|
- name: sshproxy
|
|
port: 3023
|
|
protocol: TCP
|
|
targetPort: 3023
|
|
- name: k8s
|
|
port: 3026
|
|
protocol: TCP
|
|
targetPort: 3026
|
|
- name: sshtun
|
|
port: 3024
|
|
protocol: TCP
|
|
targetPort: 3024
|
|
- name: mysql
|
|
port: 3036
|
|
protocol: TCP
|
|
targetPort: 3036
|
|
exposes separate listener ports when running in separate mode:
|
|
1: |
|
|
- name: tls
|
|
port: 443
|
|
protocol: TCP
|
|
targetPort: 3080
|
|
- name: sshproxy
|
|
port: 3023
|
|
protocol: TCP
|
|
targetPort: 3023
|
|
- name: k8s
|
|
port: 3026
|
|
protocol: TCP
|
|
targetPort: 3026
|
|
- name: sshtun
|
|
port: 3024
|
|
protocol: TCP
|
|
targetPort: 3024
|
|
- name: mysql
|
|
port: 3036
|
|
protocol: TCP
|
|
targetPort: 3036
|