diff --git a/apps-helm/sshtunnel/values.yaml b/apps-helm/sshtunnel/values.yaml index 0de9f71..b8f4b52 100644 --- a/apps-helm/sshtunnel/values.yaml +++ b/apps-helm/sshtunnel/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 tunnel: user: v4tov6 - sshHost: 31.7.180.171 + sshHost: armnleg.martyn.berlin sshOptions: - -o UserKnownHostsFile=/dev/null - -o StrictHostKeyChecking=no @@ -17,40 +17,17 @@ tunnel: - -N ports: - name: http - source: 8081 + source: 8080 dest: 80 - bindIP: 82.199.134.158 + bindIP: 0.0.0.0 destsvc: cluster-ingress-ingress-nginx-controller destns: cluster-ingress - name: https - source: 8444 + source: 8443 dest: 443 - bindIP: 82.199.134.158 - destsvc: sslh + bindIP: 8080 + destsvc: cluster-ingress-ingress-nginx-controller 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: repository: jnovack/autossh