Skip to content

Commit 1e78bd3

Browse files
committed
fix incorrect UDP usage by replacing with TCP
1 parent 32cf055 commit 1e78bd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/k8s-dev-pod/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: k8s-dev-pod
33
description: A Helm chart for deploying a dev environment inside a K8S cluster that is compatible with Visual Studio Code remote targets
44
type: application
5-
version: 0.1.5
5+
version: 0.1.6
66
appVersion: "0.1.0"

charts/k8s-dev-pod/templates/ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
type: LoadBalancer
88
ports:
99
- name: ssh
10-
protocol: UDP
10+
protocol: TCP
1111
port: {{ .Values.ingressPort }}
1212
targetPort: 3022
1313
selector:

0 commit comments

Comments
 (0)