Skip to content

Commit 41f97fe

Browse files
committed
✏️ Remove duplicate port from deployment
Signed-off-by: Muhammed Hussein Karimi <[email protected]>
1 parent 19e2c6b commit 41f97fe

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

charts/haproxy-redis-sentinel/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: haproxy-redis-sentinel
33
description: A Helm chart for HAProxy with Redis Sentinel
4-
version: 0.0.17
4+
version: 0.0.18
55
appVersion: "0.0.10"
66
sources:
77
- https://github.com/ParminCloud/haproxy-redis-sentinel

charts/haproxy-redis-sentinel/templates/deployment.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ spec:
1818
- name: haproxy
1919
image: {{ .Values.haproxy.image.repository }}:{{ .Values.haproxy.image.tag }}
2020
imagePullPolicy: {{ .Values.haproxy.image.pullPolicy }}
21-
ports:
22-
- containerPort: {{ .Values.haproxy.service.port }}
2321
volumeMounts:
2422
- name: haproxy-socket
2523
mountPath: /var/run/haproxy/

0 commit comments

Comments
 (0)