Skip to content

Commit

Permalink
fix: protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleet committed Oct 25, 2022
1 parent a2b1e56 commit 65b8851
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helm/templates/ksvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ spec:
- image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
ports:
- containerPort: {{ .Values.service.internalPort }}
protocol: TCP
env:
{{- range $pkey, $pval := .Values.env }}
- name: {{ $pkey }}
Expand Down

0 comments on commit 65b8851

Please sign in to comment.