infra/k8s/netbox/database.yaml

21 lines
323 B
YAML
Raw Normal View History

2024-12-14 00:18:32 +00:00
apiVersion: "acid.zalan.do/v1"
kind: postgresql
metadata:
name: netbox-database
spec:
teamId: netbox
volume:
size: 10Gi
numberOfInstances: 2
users:
superuser:
- superuser
- createdb
netbox: []
databases:
netbox: netbox
preparedDatabases:
netbox: {}
postgresql:
version: "16"