Skip to content

Commit

Permalink
Merge pull request #564 from wireapp/add-is-self-hosted
Browse files Browse the repository at this point in the history
add is-self-hosted setting to example value files
  • Loading branch information
arthurwolf authored Jun 27, 2022
2 parents 017910f + dbadcd2 commit 200bd0e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions values/wire-server/demo-values.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ team-settings:
replicaCount: 1
# image:
# tag: some-tag (only override if you want a newer/different version than what is in the chart)
envVars:
IS_SELF_HOSTED: "true"
config:
externalUrls:
backendRest: nginz-https.example.com
Expand All @@ -217,6 +219,8 @@ account-pages:
replicaCount: 1
# image:
# tag: some-tag (only override if you want a newer/different version than what is in the chart)
envVars:
IS_SELF_HOSTED: "true"
config:
externalUrls:
backendRest: nginz-https.example.com
Expand Down
3 changes: 3 additions & 0 deletions values/wire-server/prod-values.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ team-settings:
replicaCount: 1
# image:
# tag: some-tag (only override if you want a newer/different version than what is in the chart)

config:
externalUrls:
backendRest: nginz-https.example.com
Expand Down Expand Up @@ -299,6 +300,7 @@ team-settings:
CSP_EXTRA_PREFETCH_SRC: "https://*.example.com"
CSP_EXTRA_STYLE_SRC: "https://*.example.com"
CSP_EXTRA_WORKER_SRC: "https://*.example.com"
IS_SELF_HOSTED: "true"

# NOTE: Only relevant if you want account-pages
account-pages:
Expand Down Expand Up @@ -332,6 +334,7 @@ account-pages:
CSP_EXTRA_PREFETCH_SRC: "https://*.example.com"
CSP_EXTRA_STYLE_SRC: "https://*.example.com"
CSP_EXTRA_WORKER_SRC: "https://*.example.com"
IS_SELF_HOSTED: "true"

# Only needed when legalhold is enabled
legalhold:
Expand Down

0 comments on commit 200bd0e

Please sign in to comment.