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