We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32cf055 commit 1e78bd3Copy full SHA for 1e78bd3
charts/k8s-dev-pod/Chart.yaml
@@ -2,5 +2,5 @@ apiVersion: v2
2
name: k8s-dev-pod
3
description: A Helm chart for deploying a dev environment inside a K8S cluster that is compatible with Visual Studio Code remote targets
4
type: application
5
-version: 0.1.5
+version: 0.1.6
6
appVersion: "0.1.0"
charts/k8s-dev-pod/templates/ingress.yaml
@@ -7,7 +7,7 @@ spec:
7
type: LoadBalancer
8
ports:
9
- name: ssh
10
- protocol: UDP
+ protocol: TCP
11
port: {{ .Values.ingressPort }}
12
targetPort: 3022
13
selector:
0 commit comments