Some masto deps

This commit is contained in:
Martyn 2025-09-26 12:41:42 +02:00
parent 648377a654
commit 36ce004f88
3 changed files with 37 additions and 0 deletions

View 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

View 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

View file

@ -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