-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DO NOT MERGE] add examples values for roman #597
base: master
Are you sure you want to change the base?
Conversation
image: | ||
repository: quay.io/wire/roman | ||
# Overrides the image tag whose default is the chart appVersion. | ||
tag: staging |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we really not have a production tag for this?
tag: staging | ||
serviceToken: # Provide the roman service token. | ||
# randomly generated for local testing | ||
appKey: b53181dd-6400-4960-8988-f775545588ff-0949f503-421e-4588-a2c5-f64fd9c180fd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and how is the user supposed to randomly generate this?
serviceToken: # Provide the roman service token. | ||
# randomly generated for local testing | ||
appKey: b53181dd-6400-4960-8988-f775545588ff-0949f503-421e-4588-a2c5-f64fd9c180fd | ||
wireApiHost: https://nginz-https.example.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is totally wrong. look at the prod-values.example.yaml . when referring to a wire component, we don't use FQDNs.
wireApiHost: https://nginz-https.example.com | ||
proxyDomain: | ||
# random base 64 string used as certificate, replace with real one | ||
pubKeyBase64: LS0tLS1CRUdJTiBQVcFQvWjcKMlczd1A1TzJveFVCTElDIEtFWS0tLS0tCg== |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
again, how is a user supposed to use this, and.. what kind of cert is this?
# random base 64 string used as certificate, replace with real one | ||
pubKeyBase64: LS0tLS1CRUdJTiBQVcFQvWjcKMlczd1A1TzJveFVCTElDIEtFWS0tLS0tCg== | ||
publicURL: roman.example.com # Link to the subdomain pointing to roman. | ||
dbURL: jdbc:postgresql://postgresql:5432/externalPostgresql # Link to your Postgres server. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should point to the ephemeral postgres, by default.
dbUser: externalPostgresql # Provide your Postgres DB username. | ||
dbPassword: externalPostgresql # Provide your Postgres DB password. | ||
|
||
tls: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there a way to supply certificates other than letsEncrypt?
Example values for roman and postgresql13-ephemeral chart.
Depends on - wireapp/wire-server#2935