Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve the thumbnail_server and page thumbnail creation issue by fixing Nearspark and Photomnemonic. #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion charts/nearspark/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
http:
paths:
- path: /nearspark
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: nearspark
Expand Down
1 change: 1 addition & 0 deletions charts/nearspark/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: haproxy
haproxy.org/path-rewrite: /nearspark/(.*) /\1
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
# hosts:
Expand Down
2 changes: 1 addition & 1 deletion charts/reticulum/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ spec:
- name: turkeyCfg_YTDL_HOST
value: "https://hubs-ytdl-fsu7tyt32a-uc.a.run.app"
- name: turkeyCfg_PHOTOMNEMONIC
value: "https://photomnemonic-fsu7tyt32a-uc.a.run.app"
value: "http://photomnemonic:5000"
- name: turkeyCfg_SPEELYCAPTOR
value: "http://speelycaptor:5000"
- name: turkeyCfg_STORAGE_QUOTA_GB
Expand Down
2 changes: 1 addition & 1 deletion charts/spoke/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
{{- toYaml .Values.resources | nindent 12 }}
env:
- name: turkeyCfg_thumbnail_server
value: nearspark.reticulum.io
value: cors.{{ .Values.global.domain }}/nearspark
- name: turkeyCfg_base_assets_path
value: https://assets.{{ .Values.global.domain }}/spoke/
- name: turkeyCfg_non_cors_proxy_domains
Expand Down
2 changes: 1 addition & 1 deletion values.aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ certs:

env:
- name: turkeyCfg_thumbnail_server
value: nearspark.reticulum.io
value: cors.{{ .Values.global.domain }}/nearspark
- name: turkeyCfg_tier
value: p1

Expand Down
2 changes: 1 addition & 1 deletion values.gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ certs:

env:
- name: turkeyCfg_thumbnail_server
value: nearspark.reticulum.io
value: cors.{{ .Values.global.domain }}/nearspark
- name: turkeyCfg_tier
value: p1

Expand Down
2 changes: 1 addition & 1 deletion values.scale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ certs:

env:
- name: turkeyCfg_thumbnail_server
value: nearspark.reticulum.io
value: cors.{{ .Values.global.domain }}/nearspark
- name: turkeyCfg_tier
value: p1

Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ certs:

env:
- name: turkeyCfg_thumbnail_server
value: nearspark.reticulum.io
value: cors.{{ .Values.global.domain }}/nearspark
- name: turkeyCfg_tier
value: p1

Expand Down