Skip to content

Commit

Permalink
[gotosocial] Bumps Version
Browse files Browse the repository at this point in the history
  • Loading branch information
0hlov3 committed Apr 12, 2024
1 parent 6eb0bdf commit 9fa7bf5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 14 deletions.
4 changes: 2 additions & 2 deletions charts/gotosocial/Chart.yaml
Expand Up @@ -6,9 +6,9 @@ home: https://github.com/superseriousbusiness/gotosocial

type: application
# Chart Version
version: "0.4.19"
version: "0.4.20"
# gotosocial version
appVersion: "0.13.3"
appVersion: "0.14.0"

maintainers:
- name: fSocietySocial
Expand Down
15 changes: 3 additions & 12 deletions charts/gotosocial/templates/deployment.yaml
Expand Up @@ -48,20 +48,11 @@ spec:
containerPort: {{ .Values.service.port }}
protocol: TCP
startupProbe:
httpGet:
path: /
port: gotosocial
failureThreshold: 60
periodSeconds: 10
{{- toYaml .Values.startupProbe | nindent 12 }}
livenessProbe:
httpGet:
path: /
port: gotosocial
{{- toYaml .Values.livenessProbe | nindent 12 }}
readinessProbe:
httpGet:
path: /
port: gotosocial
failureThreshold: 5
{{- toYaml .Values.readinessProbe | nindent 12 }}
resources:
{{- toYaml .Values.resources | nindent 12 }}
env:
Expand Down
16 changes: 16 additions & 0 deletions charts/gotosocial/values.yaml
Expand Up @@ -261,6 +261,22 @@ securityContext:
runAsUser: 1000
runAsGroup: 1000

startupProbe:
httpGet:
path: /
port: gotosocial
failureThreshold: 60
periodSeconds: 10
livenessProbe:
httpGet:
path: /
port: gotosocial
readinessProbe:
httpGet:
path: /
port: gotosocial
failureThreshold: 5

nodeSelector: {}

tolerations: []
Expand Down

0 comments on commit 9fa7bf5

Please sign in to comment.