Skip to content

Commit

Permalink
fix incorrect UDP usage by replacing with TCP
Browse files Browse the repository at this point in the history
  • Loading branch information
bryopsida committed Jan 2, 2022
1 parent 32cf055 commit 1e78bd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/k8s-dev-pod/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: k8s-dev-pod
description: A Helm chart for deploying a dev environment inside a K8S cluster that is compatible with Visual Studio Code remote targets
type: application
version: 0.1.5
version: 0.1.6
appVersion: "0.1.0"
2 changes: 1 addition & 1 deletion charts/k8s-dev-pod/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
type: LoadBalancer
ports:
- name: ssh
protocol: UDP
protocol: TCP
port: {{ .Values.ingressPort }}
targetPort: 3022
selector:
Expand Down

0 comments on commit 1e78bd3

Please sign in to comment.