Skip to content

Commit

Permalink
Fix service port
Browse files Browse the repository at this point in the history
  • Loading branch information
puppetninja committed Mar 15, 2024
1 parent 63d5c74 commit 8eb383d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/tzkt/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ spec:
imagePullPolicy: "{{ .Values.api.image.pullPolicy }}"
ports:
- containerPort: {{ .Values.api.port }}
name: http
protocol: TCP
{{- if .Values.api.appSettings }}
volumeMounts:
- mountPath: /app/appsettings.json
Expand Down

0 comments on commit 8eb383d

Please sign in to comment.