Update values

This commit is contained in:
Jonny Ervine 2025-10-10 21:10:53 +08:00
parent 6886f94888
commit afd5ecd89a
16 changed files with 18 additions and 2 deletions

View File

@ -18,3 +18,4 @@ keywords:
annotations:
category: Sports
licenses: MIT

View File

@ -357,3 +357,4 @@ For issues and questions:
2. Review Kubernetes events
3. Consult the Helm chart documentation
4. Create an issue in the repository

View File

@ -237,3 +237,4 @@ The chart includes basic health checks. For production deployments, consider add
## Support
For issues and questions, please refer to the application documentation or create an issue in the repository.

View File

@ -254,3 +254,4 @@ main() {
# Run main function
main "$@"

View File

@ -63,3 +63,4 @@ Create the name of the service account to use
{{- default "default" .Values.serviceAccount.name }}
{{- end }}
{{- end }}

View File

@ -132,3 +132,4 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}

View File

@ -30,3 +30,4 @@ spec:
averageUtilization: {{ .Values.autoscaling.targetMemoryUtilizationPercentage }}
{{- end }}
{{- end }}

View File

@ -57,3 +57,4 @@ spec:
{{- end }}
{{- end }}
{{- end }}

View File

@ -16,3 +16,4 @@ spec:
matchLabels:
{{- include "motm-app.selectorLabels" . | nindent 6 }}
{{- end }}

View File

@ -19,3 +19,4 @@ spec:
{{- end }}
{{- end }}
{{- end }}

View File

@ -27,3 +27,4 @@ data:
s3-secret-key: {{ "changeme" | b64enc | quote }}
{{- end }}
{{- end }}

View File

@ -17,3 +17,4 @@ spec:
name: http
selector:
{{- include "motm-app.selectorLabels" . | nindent 4 }}

View File

@ -10,3 +10,4 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}

View File

@ -126,3 +126,4 @@ podLabels:
podAnnotations:
debug: "true"

View File

@ -164,3 +164,4 @@ podAnnotations:
prometheus.io/scrape: "true"
prometheus.io/port: "5000"
prometheus.io/path: "/metrics"

View File

@ -10,8 +10,8 @@ app:
# Image Configuration
image:
repository: your-registry/motm-app
tag: "latest"
repository: harbor.ervine.dev/pubblic/hockey/motm-app
tag: "0.1.1"
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
# tag: ""
@ -192,3 +192,4 @@ labels: {}
annotations: {}
podLabels: {}
podAnnotations: {}