adding handling of exceptions when the request fails (not a nice solution atm, as we do not actively wait for the request failure, but follow up errors)

passing through http codes from backend to frontend
fixing path to environments repository in tiltfile
This commit is contained in:
Sheldan
2024-01-22 22:11:13 +01:00
parent b42f3cca24
commit 627e52776b
9 changed files with 84 additions and 59 deletions

View File

@@ -8,7 +8,7 @@ backend:
pullPolicy: Always
image: gw2-tools-backend
# Overrides the image tag whose default is the chart appVersion.
tag: 0.0.1
tag:
debug:
enabled: true
port: 5005
@@ -73,7 +73,7 @@ dbDeployment:
image:
repository: harbor.sheldan.dev/gw2
image: gw2-tools-database
tag: 0.0.1
tag:
pullPolicy: Always
cacheJob:
@@ -101,7 +101,7 @@ frontend:
pullPolicy: IfNotPresent
image: gw2-tools-frontend
# Overrides the image tag whose default is the chart appVersion.
tag: 0.0.1
tag:
port: 8080
service:
type: ClusterIP