Fix images on the website
This commit is contained in:
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
name: badhouseplants-net
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
version: 0.8.5
|
||||
version: 0.8.6
|
||||
appVersion: "4.20.0"
|
||||
dependencies:
|
||||
- name: remark42
|
||||
|
@ -41,7 +41,7 @@ spec:
|
||||
mountPath: "/tmp"
|
||||
readOnly: true
|
||||
- name: {{ .Values.volumes.rclone.name }}
|
||||
mountPath: /assets
|
||||
mountPath: /static
|
||||
readOnly: false
|
||||
resources:
|
||||
{{- toYaml .Values.rclone.container.resources | nindent 12 }}
|
||||
@ -59,7 +59,7 @@ spec:
|
||||
{{- end }}
|
||||
volumeMounts:
|
||||
- name: {{ .Values.volumes.rclone.name }}
|
||||
mountPath: /src/assets
|
||||
mountPath: /src/static
|
||||
readOnly: false
|
||||
- name: {{ .Values.volumes.public.name }}
|
||||
mountPath: /src/public
|
||||
|
@ -10,7 +10,7 @@ nginx:
|
||||
tag: latest
|
||||
|
||||
rclone:
|
||||
command: "rclone copy -P badhouseplants-public:/badhouseplants-net-main /assets"
|
||||
command: "rclone copy -P badhouseplants-public:/badhouseplants-net-main /static"
|
||||
container:
|
||||
name: rclone
|
||||
resources: {}
|
||||
|
Reference in New Issue
Block a user