global:
domain: agens.example.com
imagePullSecrets:
- name: agens-regcred
artifactRegistry:
location: "<provided-location>"
projectId: "<provided-project-id>"
repository: "<provided-repository>"
auth:
appSecret: "replace-with-random-secret"
encryptionKey: "replace-with-random-secret"
database:
postgres:
password: "replace-with-random-secret"
selfhost:
allowSignupAfterSetup: false
rustfs:
accessKey: "replace-with-random-secret"
secretKey: "replace-with-random-secret"
ingress:
host: "storage.agens.example.com"
web:
publicUrl: "https://app.agens.example.com"
ingress:
host: "app.agens.example.com"
server:
publicUrl: "https://api.agens.example.com"
ingress:
host: "api.agens.example.com"
storage:
s3:
publicEndpoint: "https://storage.agens.example.com"