Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ops/production-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ extraEnvVars: &envVars
- name: SERVERLESS_SPLIT_SQS_URL
value: sqs://us-east-1.amazonaws.com/031107666127/space-stone-production-split-ocr-thumbnail/
- name: SERVERLESS_TEMPLATE
value: "{{dir_parts[-1..-1]}}/{{ basename }}{{ extension }}"
value: "{{ `{{dir_parts[-1..-1]}}/{{ basename }}{{ extension }}` }}"
- name: SERVERLESS_THUMBNAIL_DLQ
value: https://sqs.us-east-1.amazonaws.com/031107666127/space-stone-production-thumbnail-dlq
- name: SERVERLESS_THUMBNAIL_SQS_URL
Expand Down Expand Up @@ -325,7 +325,7 @@ extraDeploy:
command:
- sh
- -c
- "db-wait.sh {{ include "hyrax.redis.host" . }}:6379"
- "service-wait.sh {{ include "hyrax.redis.host" . }}:6379"
{{- if .Values.worker.extraInitContainers }}
{{- toYaml .Values.worker.extraInitContainers | nindent 8 }}
{{- end }}
Expand Down Expand Up @@ -452,7 +452,7 @@ postgresql:
redis:
image:
repository: bitnamilegacy/redis
tag: 7.0.2-debian-11-r13
tag: 7.0.2-debian-11-r9
architecture: standalone
cluster:
enabled: false
Expand Down
6 changes: 3 additions & 3 deletions ops/staging-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ extraEnvVars: &envVars
- name: SERVERLESS_SPLIT_SQS_URL
value: sqs://us-east-1.amazonaws.com/031107666127/space-stone-production-split-ocr-thumbnail/
- name: SERVERLESS_TEMPLATE
value: "{{dir_parts[-1..-1]}}/{{ basename }}{{ extension }}"
value: "{{ `{{dir_parts[-1..-1]}}/{{ basename }}{{ extension }}` }}"
- name: SERVERLESS_THUMBNAIL_DLQ
value: https://sqs.us-east-1.amazonaws.com/031107666127/space-stone-production-thumbnail-dlq
- name: SERVERLESS_THUMBNAIL_SQS_URL
Expand Down Expand Up @@ -349,7 +349,7 @@ extraDeploy:
command:
- sh
- -c
- "db-wait.sh {{ include "hyrax.redis.host" . }}:6379"
- "service-wait.sh {{ include "hyrax.redis.host" . }}:6379"
{{- if .Values.worker.extraInitContainers }}
{{- toYaml .Values.worker.extraInitContainers | nindent 8 }}
{{- end }}
Expand Down Expand Up @@ -476,7 +476,7 @@ postgresql:
redis:
image:
repository: bitnamilegacy/redis
tag: 7.0.2-debian-11-r13
tag: 7.0.2-debian-11-r9
architecture: standalone
cluster:
enabled: false
Expand Down
Loading