Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joy2fun committed Dec 18, 2023
1 parent 608d915 commit 5e4fde4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion laravel/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion laravel/templates/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ spec:
command:
{{- toYaml . | nindent 16 }}
{{- end }}
{{- if .Values.configMapMounts }}
{{- with .Values.volumeMounts }}
volumeMounts:
{{- toYaml . | nindent 16 }}
Expand Down
4 changes: 2 additions & 2 deletions laravel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ingressRoute:
entryPoints:
- web
- websecure
host: app.dev.moveclub.cn
host: ""
tlsName: ""
additionalRoutes: []

Expand All @@ -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
Expand Down

0 comments on commit 5e4fde4

Please sign in to comment.