From 5e4fde43a2baab0d7eda25f9e0d9deca5cba214a Mon Sep 17 00:00:00 2001 From: chiao Date: Mon, 18 Dec 2023 14:26:39 +0800 Subject: [PATCH] fix --- laravel/Chart.yaml | 2 +- laravel/templates/job.yaml | 1 - laravel/values.yaml | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/laravel/Chart.yaml b/laravel/Chart.yaml index 36b5495..ce9d8d0 100644 --- a/laravel/Chart.yaml +++ b/laravel/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.2 +version: 0.1.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/laravel/templates/job.yaml b/laravel/templates/job.yaml index 499a429..d1de522 100644 --- a/laravel/templates/job.yaml +++ b/laravel/templates/job.yaml @@ -16,7 +16,6 @@ spec: command: {{- toYaml . | nindent 16 }} {{- end }} - {{- if .Values.configMapMounts }} {{- with .Values.volumeMounts }} volumeMounts: {{- toYaml . | nindent 16 }} diff --git a/laravel/values.yaml b/laravel/values.yaml index 3335fff..82f4403 100644 --- a/laravel/values.yaml +++ b/laravel/values.yaml @@ -40,7 +40,7 @@ ingressRoute: entryPoints: - web - websecure - host: app.dev.moveclub.cn + host: "" tlsName: "" additionalRoutes: [] @@ -58,7 +58,7 @@ job: logs: pv: false pvc: false - capacity: 5Gi + capacity: 5Gi resources: {} # We usually recommend not to specify default resources and to leave this as a conscious