mirror of
https://github.com/Sheldan/gw2-tools.git
synced 2026-04-20 11:30:54 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user