Skip to content

Commit

Permalink
fix(kyak): long live the websockets
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Witlin <[email protected]>
  • Loading branch information
coolguy1771 committed Jul 26, 2024
1 parent 0146829 commit 5e1882b
Showing 1 changed file with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,16 @@ spec:
FOUNDRY_HOSTNAME: &host "foundry.${SECRET_PUBLIC_DOMAIN}"
FOUNDRY_LOCAL_HOSTNAME: *host
FOUNDRY_CSS_THEME: "scifi"
CONTAINER_CACHE: /data/container_cache
CONTAINER_PATCHES: /data/container_patches
CONTAINER_VERBOSE: "true"
FOUNDRY_TELEMETRY: false
FOUNDRY_LOCAL_HOSTNAME: *host
FOUNDRY_MINIFY_STATIC_FILES: "true"
FOUNDRY_PROTOCOL: "4"
FOUNDRY_PROXY_PORT: "443"
FOUNDRY_PROXY_SSL: "true"
FOUNDRY_COMPRESS_WEBSOCKET: "true"
FOUNDRY_TELEMETRY: "false"
CONTAINER_PATCH_URLS: https://gist.githubusercontent.com/felddy/a02d66c3817f8223652d96febe580153/raw/foundryvtt-module-check.sh
envFrom:
- secretRef:
name: foundryvtt-secret
Expand All @@ -72,13 +75,8 @@ spec:
limits:
memory: 4Gi
defaultPodOptions:
automountServiceAccountToken: false
securityContext:
# runAsNonRoot: true
# runAsUser: 568
# runAsGroup: 568
# fsGroup: 568
# fsGroupChangePolicy: OnRootMismatch
# supplementalGroups: [10000]
seccompProfile: { type: RuntimeDefault }
service:
app:
Expand Down

0 comments on commit 5e1882b

Please sign in to comment.