Skip to content

Commit

Permalink
TileAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
docuracy committed Dec 23, 2024
1 parent 692c5a9 commit 5eb64e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whg/templates/django-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
command: ["sh", "-c", "until nc -z postgres {{ .Values.postgres.port }}; do echo waiting for postgres...; sleep 2; done"]
command: ["gunicorn", "whg.wsgi:application", "--bind", "0.0.0.0:{{ .Values.django.port }}", "--timeout", "1200", "-w", "4"]
ports:
- containerPort: {{ .Values.django.servicePort }}
- containerPort: {{ .Values.django.port }}
envFrom:
- configMapRef:
name: django-config
Expand Down

0 comments on commit 5eb64e1

Please sign in to comment.