fp/charts/fp/values.yaml

83 lines
1.9 KiB
YAML
Raw Normal View History

2024-07-30 20:34:25 +00:00
## values.yaml
## this file is for development values only.
## these values are loaded by Tilt.
## For production values, see <PROJECT_ROOT>/flux/clusters/production
environment: development
2024-04-22 00:14:48 +00:00
# storageClassName: csi-hostpath-sc # used by minikube
storageClassName: standard # used by Kind
2024-07-25 13:53:52 +00:00
s3:
endpoint: https://s3.us-west-000.backblazeb2.com
region: us-west-000
buckets:
main: fp-dev
usc: fp-usc-dev
2024-03-29 07:28:02 +00:00
link2cid:
2024-06-17 17:46:32 +00:00
imageName: fp/link2cid
2024-03-29 07:28:02 +00:00
next:
2024-06-17 17:46:32 +00:00
imageName: fp/next
hostname: next.fp.sbtp.xyz
2024-07-30 20:34:25 +00:00
ingressClassName: nginx
nodeExtraCaCerts: /app/letsencrypt-stg-root-x1.pem
2024-05-27 22:20:58 +00:00
capture:
2024-06-17 17:46:32 +00:00
imageName: fp/capture
2024-07-23 02:59:41 +00:00
worker:
2024-08-01 19:16:35 +00:00
replicas: 3
2024-07-23 02:59:41 +00:00
api:
port: 5003
replicas: 1
mailbox:
imageName: fp/mailbox
replicas: 1
2024-07-14 05:20:35 +00:00
cdnBucketUrl: https://fp-dev.b-cdn.net
s3BucketName: fp-dev
2024-07-23 02:59:41 +00:00
port: 5000
2024-08-10 00:28:37 +00:00
factory:
replicas: 1
imageName: fp/factory
2024-03-29 07:28:02 +00:00
strapi:
2024-07-30 20:34:25 +00:00
replicas: 1
2024-07-16 04:11:30 +00:00
imageName: fp/strapi
2024-05-27 22:20:58 +00:00
port: 1339
url: https://strapi.fp.sbtp.xyz
hostname: strapi.fp.sbtp.xyz
2024-07-14 05:20:35 +00:00
# hostname: strapi.futureporn.svc.cluster.local ## https://gitea.futureporn.net/futureporn/pm/issues/126
2024-07-30 20:34:25 +00:00
ingressClassName: nginx
2024-05-27 22:20:58 +00:00
ngrok:
hostname: grateful-engaging-cicada.ngrok-free.app
realtime:
2024-06-17 17:46:32 +00:00
imageName: fp/realtime
2024-05-29 23:43:47 +00:00
adminEmail: cj@futureporn.net
echo:
2024-06-28 23:23:04 +00:00
hostname: echo.fp.sbtp.xyz
2024-07-06 08:49:51 +00:00
uppy:
hostname: uppy.fp.sbtp.xyz
imageName: fp/uppy
s3:
2024-07-10 02:34:23 +00:00
endpoint: https://s3.us-west-000.backblazeb2.com
bucket: fp-usc-dev
2024-07-06 08:49:51 +00:00
region: us-west-000
prefix: s3
clientOrigins: next.fp.sbtp.xyz
domain: uppy.fp.sbtp.xyz
uploadUrls: https://uppy.fp.sbtp.xyz/files
2024-07-10 02:34:23 +00:00
url: https://uppy.fp.sbtp.xyz
2024-06-28 23:23:04 +00:00
certManager:
2024-07-10 02:34:23 +00:00
issuer: letsencrypt-staging
bot:
discordChannelId: "1185024773231759481"
discordGuildId: "1084674137391374338"
2024-07-10 02:34:23 +00:00
imageName: fp/bot
2024-07-14 05:20:35 +00:00
replicas: 1
2024-07-30 20:34:25 +00:00
postgrest:
url: http://postgrest.futureporn.svc.cluster.local:9000
2024-07-30 20:34:25 +00:00
image: postgrest/postgrest
replicas: 1
port: 9000
schemas: api
# postgresql:
# image: postgres:16
# replicas: 1
# user: futureporn
# port: 5432