Skip to content

Commit 5413741

Browse files
authored
fix(chart): remove unused port (#5)
1 parent 93f73f6 commit 5413741

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

chart/k8sgrowthbook-controller/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ keywords:
1515
name: k8sgrowthbook-controller
1616
sources:
1717
- https://github.com/DoodleScheduling/k8sgrowthbook-controller
18-
version: 0.0.5
18+
version: 0.0.6

chart/k8sgrowthbook-controller/templates/deployment.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ spec:
5757
{{- toYaml .Values.extraArgs | nindent 8 }}
5858
{{- end }}
5959
ports:
60-
- name: http
61-
containerPort: {{ .Values.httpPort }}
62-
protocol: TCP
6360
- name: metrics
6461
containerPort: {{ .Values.metricsPort }}
6562
protocol: TCP

0 commit comments

Comments
 (0)