Update values
This commit is contained in:
parent
6886f94888
commit
afd5ecd89a
@ -18,3 +18,4 @@ keywords:
|
||||
annotations:
|
||||
category: Sports
|
||||
licenses: MIT
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
@ -254,3 +254,4 @@ main() {
|
||||
|
||||
# Run main function
|
||||
main "$@"
|
||||
|
||||
|
||||
@ -63,3 +63,4 @@ Create the name of the service account to use
|
||||
{{- default "default" .Values.serviceAccount.name }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
|
||||
@ -132,3 +132,4 @@ spec:
|
||||
tolerations:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
|
||||
|
||||
@ -30,3 +30,4 @@ spec:
|
||||
averageUtilization: {{ .Values.autoscaling.targetMemoryUtilizationPercentage }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
|
||||
@ -57,3 +57,4 @@ spec:
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
|
||||
@ -16,3 +16,4 @@ spec:
|
||||
matchLabels:
|
||||
{{- include "motm-app.selectorLabels" . | nindent 6 }}
|
||||
{{- end }}
|
||||
|
||||
|
||||
@ -19,3 +19,4 @@ spec:
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
|
||||
@ -27,3 +27,4 @@ data:
|
||||
s3-secret-key: {{ "changeme" | b64enc | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
|
||||
@ -17,3 +17,4 @@ spec:
|
||||
name: http
|
||||
selector:
|
||||
{{- include "motm-app.selectorLabels" . | nindent 4 }}
|
||||
|
||||
|
||||
@ -10,3 +10,4 @@ metadata:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
|
||||
@ -126,3 +126,4 @@ podLabels:
|
||||
|
||||
podAnnotations:
|
||||
debug: "true"
|
||||
|
||||
|
||||
@ -164,3 +164,4 @@ podAnnotations:
|
||||
prometheus.io/scrape: "true"
|
||||
prometheus.io/port: "5000"
|
||||
prometheus.io/path: "/metrics"
|
||||
|
||||
|
||||
@ -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: {}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user