Compare commits

..

No commits in common. "71fa939bdcac15895ba71b9c143b84647fc76e54" and "ab822b67d5617c2d3fc2c66eda0f2d59bc0cf947" have entirely different histories.

2 changed files with 1 additions and 24 deletions

View file

@ -1,22 +0,0 @@
apiVersion: "acid.zalan.do/v1"
kind: postgresql
metadata:
name: postgres-spoolman
spec:
teamId: spoolman
volume:
size: 8Gi
storageClass: longhorn-fast
numberOfInstances: 1
users:
spoolman:
- superuser
- createdb
databases:
spoolman: spoolman # dbname: owner
postgresql:
version: "15"
resources:
requests:
cpu: 10m
memory: 1Mi

View file

@ -8,8 +8,7 @@ metadata:
external-dns.alpha.kubernetes.io/hostname: spoolman.martyn.berlin
spec:
ports:
- port: 80
targetPort: 8000
- port: 8000
selector:
app: spoolman
type: LoadBalancer