hardcode the values
ci / build (push) Failing after 14m36s
Details
ci / build (push) Failing after 14m36s
Details
This commit is contained in:
parent
3e159a46ec
commit
ab0b8bd677
|
@ -11,9 +11,42 @@ spec:
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: GitRepository
|
kind: GitRepository
|
||||||
name: fp
|
name: fp
|
||||||
valuesFiles:
|
|
||||||
- ./charts/fp/values-dev.yaml
|
|
||||||
interval: 1m
|
interval: 1m
|
||||||
install:
|
install:
|
||||||
remediation:
|
remediation:
|
||||||
retries: -1
|
retries: -1
|
||||||
|
values:
|
||||||
|
storageClassName: vultr-block-storage-hdd
|
||||||
|
link2cid:
|
||||||
|
containerName: fp/link2cid
|
||||||
|
next:
|
||||||
|
containerName: fp/next
|
||||||
|
certIssuer: letsencrypt-staging
|
||||||
|
hostname: next.futureporn.svc.cluster.local
|
||||||
|
capture:
|
||||||
|
containerName: fp/capture
|
||||||
|
scout:
|
||||||
|
manager:
|
||||||
|
containerName: fp/scout-manager
|
||||||
|
worker:
|
||||||
|
containerName: fp/scout-worker
|
||||||
|
replicas: 1
|
||||||
|
pubsubServerUrl: https://realtime.futureporn.svc.cluster.local/faye
|
||||||
|
certIssuer: letsencrypt-staging
|
||||||
|
hostname: next.futureporn.svc.cluster.local
|
||||||
|
cdnBucketUrl: https://fp-dev.b-cdn.net
|
||||||
|
s3BucketName: fp-dev
|
||||||
|
strapi:
|
||||||
|
containerName: fp/strapi
|
||||||
|
port: 1339
|
||||||
|
url: https://strapi.piko.sbtp.xyz
|
||||||
|
certIssuer: letsencrypt-staging
|
||||||
|
hostname: strapi.futureporn.svc.cluster.local
|
||||||
|
ingressClassName: ngrok
|
||||||
|
ngrok:
|
||||||
|
hostname: grateful-engaging-cicada.ngrok-free.app
|
||||||
|
realtime:
|
||||||
|
containerName: fp/realtime
|
||||||
|
adminEmail: cj@futureporn.net
|
||||||
|
chisel:
|
||||||
|
exitNodeIp: "155.138.254.201"
|
||||||
|
|
Loading…
Reference in New Issue