aboutsummaryrefslogtreecommitdiff
path: root/chart/templates/job-chewy-upgrade.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'chart/templates/job-chewy-upgrade.yaml')
-rw-r--r--chart/templates/job-chewy-upgrade.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart/templates/job-chewy-upgrade.yaml b/chart/templates/job-chewy-upgrade.yaml
index 4d645168a..8647a9831 100644
--- a/chart/templates/job-chewy-upgrade.yaml
+++ b/chart/templates/job-chewy-upgrade.yaml
@@ -17,7 +17,7 @@ spec:
restartPolicy: Never
# ensure we run on the same node as the other rails components; only
# required when using PVCs that are ReadWriteOnce
- {{- if or (eq "ReadWriteOnce" .Values.persistence.assets.accessMode) (eq "ReadWriteOnce" .Values.persistence.system.accessMode) }}
+ {{- if or (eq "ReadWriteOnce" .Values.mastodon.persistence.assets.accessMode) (eq "ReadWriteOnce" .Values.mastodon.persistence.system.accessMode) }}
affinity:
podAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
@@ -66,7 +66,7 @@ spec:
name: {{ .Release.Name }}-redis
key: redis-password
- name: "PORT"
- value: {{ .Values.application.web.port | quote }}
+ value: {{ .Values.mastodon.web.port | quote }}
volumeMounts:
- name: assets
mountPath: /opt/mastodon/public/assets