Skip to content

Commit 6a6b820

Browse files
committed
fix: update OpenShift deployment for v4
- Image: me2digital/tls-proxy-tunnel:2.0 → ghcr.io/git001/tls-proxy-tunnel:4.0.0 - Add TPT_CONFIG env var — tpt requires --config or TPT_CONFIG to start - Remove ENCODED_PW placeholder (project-specific, replaced by $VARNAME in config) Signed-off-by: Aleksandar Lazic <al-git001@none.at>
1 parent 73b363a commit 6a6b820

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

openshift/03-deployment-k8.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ spec:
2525
deployment: up-connector
2626
spec:
2727
containers:
28-
- image: 'me2digital/tls-proxy-tunnel:2.0'
28+
- image: 'ghcr.io/git001/tls-proxy-tunnel:4.0.0'
2929
name: up-connector
3030
imagePullPolicy: IfNotPresent
3131
env:
32-
- name: ENCODED_PW
33-
value: base64-encode-username_and_pw
32+
- name: TPT_CONFIG
33+
value: /etc/tpt/config.yaml
3434
- name: RUST_LOG
3535
value: info
3636
ports:

0 commit comments

Comments
 (0)