-
Notifications
You must be signed in to change notification settings - Fork 45
[DO NOT MERGE] add examples values for roman #597
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| roman: | ||
| replicaCount: 1 | ||
| image: | ||
| repository: quay.io/wire/roman | ||
| # Overrides the image tag whose default is the chart appVersion. | ||
| tag: staging | ||
| serviceToken: # Provide the roman service token. | ||
| # randomly generated for local testing | ||
| appKey: b53181dd-6400-4960-8988-f775545588ff-0949f503-421e-4588-a2c5-f64fd9c180fd | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. and how is the user supposed to randomly generate this? |
||
| wireApiHost: https://nginz-https.example.com | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. |
||
| proxyDomain: | ||
| # random base 64 string used as certificate, replace with real one | ||
| pubKeyBase64: LS0tLS1CRUdJTiBQVcFQvWjcKMlczd1A1TzJveFVCTElDIEtFWS0tLS0tCg== | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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? |
||
| publicURL: roman.example.com # Link to the subdomain pointing to roman. | ||
| dbURL: jdbc:postgresql://postgresql:5432/externalPostgresql # Link to your Postgres server. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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: | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is there a way to supply certificates other than letsEncrypt? |
||
| issuerRef: | ||
| name: letsencrypt-http01 | ||
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?