diff --git a/motm_app/helm-chart/motm-app/Chart.yaml b/motm_app/helm-chart/motm-app/Chart.yaml index bf6e5d2..dcb280d 100644 --- a/motm_app/helm-chart/motm-app/Chart.yaml +++ b/motm_app/helm-chart/motm-app/Chart.yaml @@ -18,3 +18,4 @@ keywords: annotations: category: Sports licenses: MIT + diff --git a/motm_app/helm-chart/motm-app/DEPLOYMENT.md b/motm_app/helm-chart/motm-app/DEPLOYMENT.md index 2723f14..5da090f 100644 --- a/motm_app/helm-chart/motm-app/DEPLOYMENT.md +++ b/motm_app/helm-chart/motm-app/DEPLOYMENT.md @@ -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 + diff --git a/motm_app/helm-chart/motm-app/README.md b/motm_app/helm-chart/motm-app/README.md index 4abe5f7..215308f 100644 --- a/motm_app/helm-chart/motm-app/README.md +++ b/motm_app/helm-chart/motm-app/README.md @@ -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. + diff --git a/motm_app/helm-chart/motm-app/scripts/deploy.sh b/motm_app/helm-chart/motm-app/scripts/deploy.sh index 2b3ebea..fe60e23 100755 --- a/motm_app/helm-chart/motm-app/scripts/deploy.sh +++ b/motm_app/helm-chart/motm-app/scripts/deploy.sh @@ -254,3 +254,4 @@ main() { # Run main function main "$@" + diff --git a/motm_app/helm-chart/motm-app/templates/_helpers.tpl b/motm_app/helm-chart/motm-app/templates/_helpers.tpl index 3ca3991..549e2c2 100644 --- a/motm_app/helm-chart/motm-app/templates/_helpers.tpl +++ b/motm_app/helm-chart/motm-app/templates/_helpers.tpl @@ -63,3 +63,4 @@ Create the name of the service account to use {{- default "default" .Values.serviceAccount.name }} {{- end }} {{- end }} + diff --git a/motm_app/helm-chart/motm-app/templates/deployment.yaml b/motm_app/helm-chart/motm-app/templates/deployment.yaml index c9cdf51..99ee679 100644 --- a/motm_app/helm-chart/motm-app/templates/deployment.yaml +++ b/motm_app/helm-chart/motm-app/templates/deployment.yaml @@ -132,3 +132,4 @@ spec: tolerations: {{- toYaml . | nindent 8 }} {{- end }} + diff --git a/motm_app/helm-chart/motm-app/templates/hpa.yaml b/motm_app/helm-chart/motm-app/templates/hpa.yaml index ccac3ae..fc86d9b 100644 --- a/motm_app/helm-chart/motm-app/templates/hpa.yaml +++ b/motm_app/helm-chart/motm-app/templates/hpa.yaml @@ -30,3 +30,4 @@ spec: averageUtilization: {{ .Values.autoscaling.targetMemoryUtilizationPercentage }} {{- end }} {{- end }} + diff --git a/motm_app/helm-chart/motm-app/templates/ingress.yaml b/motm_app/helm-chart/motm-app/templates/ingress.yaml index 841d6f3..0536008 100644 --- a/motm_app/helm-chart/motm-app/templates/ingress.yaml +++ b/motm_app/helm-chart/motm-app/templates/ingress.yaml @@ -57,3 +57,4 @@ spec: {{- end }} {{- end }} {{- end }} + diff --git a/motm_app/helm-chart/motm-app/templates/pdb.yaml b/motm_app/helm-chart/motm-app/templates/pdb.yaml index e8b86c1..6a97ea7 100644 --- a/motm_app/helm-chart/motm-app/templates/pdb.yaml +++ b/motm_app/helm-chart/motm-app/templates/pdb.yaml @@ -16,3 +16,4 @@ spec: matchLabels: {{- include "motm-app.selectorLabels" . | nindent 6 }} {{- end }} + diff --git a/motm_app/helm-chart/motm-app/templates/pvc.yaml b/motm_app/helm-chart/motm-app/templates/pvc.yaml index 80094f8..c8507a6 100644 --- a/motm_app/helm-chart/motm-app/templates/pvc.yaml +++ b/motm_app/helm-chart/motm-app/templates/pvc.yaml @@ -19,3 +19,4 @@ spec: {{- end }} {{- end }} {{- end }} + diff --git a/motm_app/helm-chart/motm-app/templates/secret.yaml b/motm_app/helm-chart/motm-app/templates/secret.yaml index 5b079c0..3ac2137 100644 --- a/motm_app/helm-chart/motm-app/templates/secret.yaml +++ b/motm_app/helm-chart/motm-app/templates/secret.yaml @@ -27,3 +27,4 @@ data: s3-secret-key: {{ "changeme" | b64enc | quote }} {{- end }} {{- end }} + diff --git a/motm_app/helm-chart/motm-app/templates/service.yaml b/motm_app/helm-chart/motm-app/templates/service.yaml index 98f16c1..c1541f0 100644 --- a/motm_app/helm-chart/motm-app/templates/service.yaml +++ b/motm_app/helm-chart/motm-app/templates/service.yaml @@ -17,3 +17,4 @@ spec: name: http selector: {{- include "motm-app.selectorLabels" . | nindent 4 }} + diff --git a/motm_app/helm-chart/motm-app/templates/serviceaccount.yaml b/motm_app/helm-chart/motm-app/templates/serviceaccount.yaml index 33655ea..9b30237 100644 --- a/motm_app/helm-chart/motm-app/templates/serviceaccount.yaml +++ b/motm_app/helm-chart/motm-app/templates/serviceaccount.yaml @@ -10,3 +10,4 @@ metadata: {{- toYaml . | nindent 4 }} {{- end }} {{- end }} + diff --git a/motm_app/helm-chart/motm-app/values-development.yaml b/motm_app/helm-chart/motm-app/values-development.yaml index b9e8960..e920012 100644 --- a/motm_app/helm-chart/motm-app/values-development.yaml +++ b/motm_app/helm-chart/motm-app/values-development.yaml @@ -126,3 +126,4 @@ podLabels: podAnnotations: debug: "true" + diff --git a/motm_app/helm-chart/motm-app/values-production.yaml b/motm_app/helm-chart/motm-app/values-production.yaml index cd91d7a..a53dd8a 100644 --- a/motm_app/helm-chart/motm-app/values-production.yaml +++ b/motm_app/helm-chart/motm-app/values-production.yaml @@ -164,3 +164,4 @@ podAnnotations: prometheus.io/scrape: "true" prometheus.io/port: "5000" prometheus.io/path: "/metrics" + diff --git a/motm_app/helm-chart/motm-app/values.yaml b/motm_app/helm-chart/motm-app/values.yaml index 3d742c8..f5226ca 100644 --- a/motm_app/helm-chart/motm-app/values.yaml +++ b/motm_app/helm-chart/motm-app/values.yaml @@ -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: {} +