Skip to content

Commit

Permalink
fix incorrect port for celery geocontrib
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Jan 12, 2024
1 parent 3ef2eca commit 5d33ef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion geocontrib/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: |
A Helm chart for deploying geocontrib (https://github.com/neogeo-technologies/geocontrib)
type: application
version: 0.4.0
version: 0.4.1

appVersion: "5.0.2"
2 changes: 1 addition & 1 deletion geocontrib/templates/redis-svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
ports:
- port: 6379
targetPort: 6378
targetPort: 6379
protocol: TCP
selector:
{{- include "geocontrib.selectorLabels" . | nindent 4 }}-redis-depl

0 comments on commit 5d33ef8

Please sign in to comment.