Hassio/manifests/database.yaml

30 lines
476 B
YAML
Raw Normal View History

kind: "postgresql"
apiVersion: "acid.zalan.do/v1"
metadata:
name: "homeassistant"
2023-05-07 12:02:41 +00:00
namespace: "home-automation"
labels:
teams: acid
spec:
teamId: "acid"
postgresql:
version: "15"
numberOfInstances: 1
volume:
size: "1Gi"
storageClass: "flat-storage-class"
users:
hassio: []
databases:
hassio: hassio
allowedSourceRanges:
resources:
requests:
cpu: 100m
memory: 100mi
limits:
cpu: 500m
memory: 500mi