Skip to content

Commit

Permalink
✏️ Remove duplicate port from deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammed Hussein Karimi <[email protected]>
  • Loading branch information
mhkarimi1383 committed Nov 13, 2024
1 parent 19e2c6b commit 41f97fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion charts/haproxy-redis-sentinel/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: haproxy-redis-sentinel
description: A Helm chart for HAProxy with Redis Sentinel
version: 0.0.17
version: 0.0.18
appVersion: "0.0.10"
sources:
- https://github.com/ParminCloud/haproxy-redis-sentinel
Expand Down
2 changes: 0 additions & 2 deletions charts/haproxy-redis-sentinel/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ spec:
- name: haproxy
image: {{ .Values.haproxy.image.repository }}:{{ .Values.haproxy.image.tag }}
imagePullPolicy: {{ .Values.haproxy.image.pullPolicy }}
ports:
- containerPort: {{ .Values.haproxy.service.port }}
volumeMounts:
- name: haproxy-socket
mountPath: /var/run/haproxy/
Expand Down

0 comments on commit 41f97fe

Please sign in to comment.