add fp chart
ci / build (push) Waiting to run
Details
ci / build (push) Waiting to run
Details
This commit is contained in:
parent
8a591c4928
commit
5dde8c7295
|
@ -0,0 +1,6 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: futureporn
|
||||
resources:
|
||||
- repository.yaml
|
||||
- release.yaml
|
|
@ -0,0 +1,42 @@
|
|||
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: fp
|
||||
namespace: futureporn
|
||||
spec:
|
||||
releaseName: fp
|
||||
chart:
|
||||
spec:
|
||||
chart: fp
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: fp
|
||||
interval: 50m
|
||||
install:
|
||||
remediation:
|
||||
retries: -1
|
||||
values:
|
||||
storageClassName: vultr-block-storage-hdd
|
||||
link2cid:
|
||||
containerName: gitea.futureporn.net/futureporn/link2cid:latest
|
||||
scout:
|
||||
containerName: gitea.futureporn.net/futureporn/scout:latest
|
||||
pubsubServerUrl: https://realtime.futureporn.net/faye
|
||||
next:
|
||||
containerName: gitea.futureporn.net/futureporn/next:latest
|
||||
certIssuer: letsencrypt-staging
|
||||
hostname: next.sbtp.xyz
|
||||
capture:
|
||||
containerName: gitea.futureporn.net/futureporn/capture:latest
|
||||
strapi:
|
||||
containerName: sjc.vultrcr.com/fpcontainers/strapi
|
||||
port: 1339
|
||||
url: https://portal.futureporn.net
|
||||
certIssuer: letsencrypt-staging
|
||||
hostname: strapi.sbtp.xyz
|
||||
ingressClassName: nginx
|
||||
managedBy: Helm
|
||||
adminEmail: cj@futureporn.net
|
||||
extraArgs:
|
||||
- --dns01-recursive-nameservers-only
|
||||
- --dns01-recursive-nameservers=8.8.8.8:53,1.1.1.1:53
|
|
@ -0,0 +1,8 @@
|
|||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: fp
|
||||
namespace: futureporn
|
||||
spec:
|
||||
interval: 1m
|
||||
url: https://gitea.futureporn.net/futureporn/fp
|
|
@ -3,6 +3,7 @@ kind: Kustomization
|
|||
resources:
|
||||
- ../base/podinfo
|
||||
- ../base/windmill
|
||||
- ../base/fp
|
||||
patches:
|
||||
- path: podinfo-values.yaml
|
||||
target:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## Utility ingress is used for several backend or development services.
|
||||
## We do this to save money, as every ingress cost us $10/month
|
||||
## Utility ingress (named uwu to make it non-specific) is used for several backend or development services.
|
||||
## We do this to save money, as every VKE ingress cost us $10/month
|
||||
## We route to different services by path
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue