Compare commits
No commits in common. "71fa939bdcac15895ba71b9c143b84647fc76e54" and "ab822b67d5617c2d3fc2c66eda0f2d59bc0cf947" have entirely different histories.
71fa939bdc
...
ab822b67d5
2 changed files with 1 additions and 24 deletions
|
@ -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
|
|
|
@ -8,8 +8,7 @@ metadata:
|
||||||
external-dns.alpha.kubernetes.io/hostname: spoolman.martyn.berlin
|
external-dns.alpha.kubernetes.io/hostname: spoolman.martyn.berlin
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- port: 80
|
- port: 8000
|
||||||
targetPort: 8000
|
|
||||||
selector:
|
selector:
|
||||||
app: spoolman
|
app: spoolman
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
|
|
Loading…
Add table
Reference in a new issue