Skip to content

Commit

Permalink
[gotosocial] Fix ports section in deployment.yaml ... need to be an u…
Browse files Browse the repository at this point in the history
…nique IANA_SVC_NAME
  • Loading branch information
0hlov3 committed Sep 14, 2024
1 parent abdfa82 commit fc3c356
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/gotosocial/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ home: https://github.com/superseriousbusiness/gotosocial

type: application
# Chart Version
version: "0.4.23"
version: "0.4.24"
# gotosocial version
appVersion: "0.16.0"

Expand Down
2 changes: 1 addition & 1 deletion charts/gotosocial/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
args: ["--config-path", "/config/config.yaml"]
ports:
- name: gotosocial
- name: http
containerPort: {{ .Values.service.port }}
protocol: TCP
startupProbe:
Expand Down
6 changes: 3 additions & 3 deletions charts/gotosocial/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,17 +201,17 @@ securityContext:
startupProbe:
httpGet:
path: /
port: gotosocial
port: http
failureThreshold: 60
periodSeconds: 10
livenessProbe:
httpGet:
path: /
port: gotosocial
port: http
readinessProbe:
httpGet:
path: /
port: gotosocial
port: http
failureThreshold: 5

nodeSelector: {}
Expand Down

0 comments on commit fc3c356

Please sign in to comment.