This commit is contained in:
parent
2384023ea8
commit
c07e385bb7
7
apps/base/piko/kustomization.yaml
Normal file
7
apps/base/piko/kustomization.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: futureporn
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- repository.yaml
|
||||
- release.yaml
|
4
apps/base/piko/namespace.yaml
Normal file
4
apps/base/piko/namespace.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: piko
|
@ -27,8 +27,8 @@ spec:
|
||||
fullnameOverride: windmill-postgresql
|
||||
postgresql:
|
||||
auth:
|
||||
postgresPassword: blahblahblah
|
||||
database: windmill
|
||||
existingSecret: windmill-postgres
|
||||
primary:
|
||||
persistence:
|
||||
# It would be $0.20/mo cheaper to use 8Gi NVMe,
|
||||
|
Loading…
x
Reference in New Issue
Block a user