Skip to content

Commit

Permalink
chore: Remove /lore redirect from deployment template (#9057)
Browse files Browse the repository at this point in the history
  • Loading branch information
szewaiyuen6 authored Mar 27, 2024
1 parent 18dd29e commit 06c86ee
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions harness/determined/deploy/aws/injector/master.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ feature_switches:

__internal:
proxied_servers:
- destination: "http://lore-backend:9011/lore"
path_prefix: /lore
- destination: "http://lore-backend:9011/genai"
path_prefix: /genai
{{ end }}
Expand Down
2 changes: 0 additions & 2 deletions harness/determined/deploy/aws/templates/efs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,6 @@ Parameters:

__internal:
proxied_servers:
- destination: "http://lore-backend:9011/lore"
path_prefix: /lore
- destination: "http://lore-backend:9011/genai"
path_prefix: /genai
{{ end }}
Expand Down
2 changes: 0 additions & 2 deletions harness/determined/deploy/aws/templates/fsx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,6 @@ Parameters:

__internal:
proxied_servers:
- destination: "http://lore-backend:9011/lore"
path_prefix: /lore
- destination: "http://lore-backend:9011/genai"
path_prefix: /genai
{{ end }}
Expand Down
2 changes: 0 additions & 2 deletions harness/determined/deploy/aws/templates/govcloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,6 @@ Parameters:

__internal:
proxied_servers:
- destination: "http://lore-backend:9011/lore"
path_prefix: /lore
- destination: "http://lore-backend:9011/genai"
path_prefix: /genai
{{ end }}
Expand Down
2 changes: 0 additions & 2 deletions harness/determined/deploy/aws/templates/lore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,6 @@ Parameters:

__internal:
proxied_servers:
- destination: "http://lore-backend:9011/lore"
path_prefix: /lore
- destination: "http://lore-backend:9011/genai"
path_prefix: /genai
{{ end }}
Expand Down
2 changes: 0 additions & 2 deletions harness/determined/deploy/aws/templates/secure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,6 @@ Parameters:

__internal:
proxied_servers:
- destination: "http://lore-backend:9011/lore"
path_prefix: /lore
- destination: "http://lore-backend:9011/genai"
path_prefix: /genai
{{ end }}
Expand Down
2 changes: 0 additions & 2 deletions harness/determined/deploy/aws/templates/simple-rds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,6 @@ Parameters:

__internal:
proxied_servers:
- destination: "http://lore-backend:9011/lore"
path_prefix: /lore
- destination: "http://lore-backend:9011/genai"
path_prefix: /genai
{{ end }}
Expand Down
2 changes: 0 additions & 2 deletions harness/determined/deploy/aws/templates/simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,6 @@ Parameters:

__internal:
proxied_servers:
- destination: "http://lore-backend:9011/lore"
path_prefix: /lore
- destination: "http://lore-backend:9011/genai"
path_prefix: /genai
{{ end }}
Expand Down

0 comments on commit 06c86ee

Please sign in to comment.