better list of params
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
3aa733f1c3
commit
f9635faff1
|
@ -6,7 +6,7 @@ replicaCount: 1
|
||||||
|
|
||||||
tunnel:
|
tunnel:
|
||||||
user: v4tov6
|
user: v4tov6
|
||||||
sshHost: 31.7.180.171
|
sshHost: armnleg.martyn.berlin
|
||||||
sshOptions:
|
sshOptions:
|
||||||
- -o UserKnownHostsFile=/dev/null
|
- -o UserKnownHostsFile=/dev/null
|
||||||
- -o StrictHostKeyChecking=no
|
- -o StrictHostKeyChecking=no
|
||||||
|
@ -17,40 +17,17 @@ tunnel:
|
||||||
- -N
|
- -N
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
source: 8081
|
source: 8080
|
||||||
dest: 80
|
dest: 80
|
||||||
bindIP: 82.199.134.158
|
bindIP: 0.0.0.0
|
||||||
destsvc: cluster-ingress-ingress-nginx-controller
|
destsvc: cluster-ingress-ingress-nginx-controller
|
||||||
destns: cluster-ingress
|
destns: cluster-ingress
|
||||||
- name: https
|
- name: https
|
||||||
source: 8444
|
source: 8443
|
||||||
dest: 443
|
dest: 443
|
||||||
bindIP: 82.199.134.158
|
bindIP: 8080
|
||||||
destsvc: sslh
|
destsvc: cluster-ingress-ingress-nginx-controller
|
||||||
destns: cluster-ingress
|
destns: cluster-ingress
|
||||||
- name: ovpn
|
|
||||||
source: 1194
|
|
||||||
dest: 1194
|
|
||||||
bindIP: 82.199.134.158
|
|
||||||
destsvc: ovpn-tcp
|
|
||||||
destns: ovpn
|
|
||||||
- name: syncthing
|
|
||||||
source: 22000
|
|
||||||
dest: 22000
|
|
||||||
bindIP: 82.199.134.158
|
|
||||||
destsvc: syncthing-listen
|
|
||||||
destns: syncthing
|
|
||||||
- name: ssh4git
|
|
||||||
source: 2222
|
|
||||||
dest: 2222
|
|
||||||
bindIP: 82.199.134.158
|
|
||||||
destsvc: gitea-ssh
|
|
||||||
destns: git
|
|
||||||
privateKey: |-
|
|
||||||
-----BEGIN RSA PRIVATE KEY-----
|
|
||||||
MIIJKQIBAAKCAgEA2H/xiNwdw2zVDhGg9tMioxcBxXvkpYy1x7LiLp8MiwKIbT2I
|
|
||||||
YEAHRIGHTIMGONNACOMMITAPRIVATEKEY
|
|
||||||
-----END RSA PRIVATE KEY-----
|
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: jnovack/autossh
|
repository: jnovack/autossh
|
||||||
|
|
Loading…
Reference in New Issue