Skip to content

Commit

Permalink
values file match?
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlgao committed Jan 22, 2025
1 parent 98d6917 commit d837016
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,14 @@ multiplayer:
# Labels for multiplayer pods
labels: {}

# Paths to route to multiplayer pods; defaults to /api/multiplayer. Can specify both path and port.
ingress:
# This conditional is dependent on multiplayer.enabled.
enabled: true
paths:
- path: /api/multiplayer
port: 80

codeExecutor:
# enabled by default from Chart version 6.0.15 and Retool image 3.20.15 onwards
# explicitly set other fields as needed
Expand Down

0 comments on commit d837016

Please sign in to comment.