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: annotations:
category: Sports category: Sports
licenses: MIT licenses: MIT

View File

@ -357,3 +357,4 @@ For issues and questions:
2. Review Kubernetes events 2. Review Kubernetes events
3. Consult the Helm chart documentation 3. Consult the Helm chart documentation
4. Create an issue in the repository 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 ## Support
For issues and questions, please refer to the application documentation or create an issue in the repository. 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 # Run main function
main "$@" main "$@"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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