Some masto deps
This commit is contained in:
parent
648377a654
commit
36ce004f88
3 changed files with 37 additions and 0 deletions
22
apps-kustomized/mastodeps/postgres.yaml
Normal file
22
apps-kustomized/mastodeps/postgres.yaml
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
apiVersion: "acid.zalan.do/v1"
|
||||||
|
kind: postgresql
|
||||||
|
metadata:
|
||||||
|
name: masto-postgres
|
||||||
|
spec:
|
||||||
|
teamId: masto
|
||||||
|
volume:
|
||||||
|
size: 100Gi
|
||||||
|
storageClass: longhorn-fast
|
||||||
|
numberOfInstances: 1
|
||||||
|
users:
|
||||||
|
masto:
|
||||||
|
- superuser
|
||||||
|
- createdb
|
||||||
|
databases:
|
||||||
|
masto: masto # dbname: owner
|
||||||
|
postgresql:
|
||||||
|
version: "15"
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 10m
|
||||||
|
memory: 1Mi
|
14
everything-app/mastodeps.yaml
Normal file
14
everything-app/mastodeps.yaml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: mastodeps
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: mastodon
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
project: apps
|
||||||
|
source:
|
||||||
|
path: apps-kustomized/mastodeps
|
||||||
|
repoURL: http://forgejo.git.svc.cluster.local/martyn/infra4talos
|
||||||
|
targetRevision: HEAD
|
|
@ -40,3 +40,4 @@ spec:
|
||||||
- https://puzzle.github.io/cert-manager-webhook-dnsimple
|
- https://puzzle.github.io/cert-manager-webhook-dnsimple
|
||||||
- https://coroot.github.io/helm-charts
|
- https://coroot.github.io/helm-charts
|
||||||
- https://seaweedfs.github.io/seaweedfs-csi-driver/helm
|
- https://seaweedfs.github.io/seaweedfs-csi-driver/helm
|
||||||
|
- https://charts.pascaliske.dev
|
||||||
|
|
Loading…
Add table
Reference in a new issue