Skip to content
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

amitsagtani97
Copy link
Contributor

Example values for roman and postgresql13-ephemeral chart.

Depends on - wireapp/wire-server#2935

image:
repository: quay.io/wire/roman
# Overrides the image tag whose default is the chart appVersion.
tag: staging
Copy link
Member

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
Copy link
Member

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
Copy link
Member

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==
Copy link
Member

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.
Copy link
Member

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:
Copy link
Member

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?

@amitsagtani97 amitsagtani97 changed the title add examples values for roman postgresql13-ephemeral [DO NOT MERGE] add examples values for roman Feb 21, 2023
@CLAassistant
Copy link

CLAassistant commented May 10, 2023

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants