_disabled
argocd
asterisk
bind
cert-manager
cnpg-system
default
dragonfly-operator-system
elastic-system
etherpad
freescout
freeswitch
frigate
gitea
grafana
hackerspace
harbor
kube-system
kubernetes-dashboard
longhorn-system
metallb-system
minio-clusters
mongodb-operator
monitoring
mysql-clusters
nextcloud
nvidia
nyancat
opensearch-operator
passmower
postgres-clusters
README.md
dedicated.yaml
pgweb.yaml
shared.yaml
storageclass.yaml
prometheus-operator
proxmox-csi
redis-clusters
reloader
ripe87
rosdump
shared
signs
tigera-operator
traefik
whoami
wiki
wildduck
woodpecker
.gitignore
.yamllint
CLUSTER.md
CONTRIBUTORS.md
LICENSE.md
README.md
SLACK.md
cluster-role-bindings.yml
storage-class.yaml
21 lines
590 B
YAML
21 lines
590 B
YAML
---
|
|
apiVersion: storage.k8s.io/v1
|
|
kind: StorageClass
|
|
metadata:
|
|
name: postgres
|
|
annotations:
|
|
kubernetes.io/description: |
|
|
Storage class for Postgres, Postgis and similar applications that
|
|
implement high availability in application layer.
|
|
This storage class uses XFS, has no block level redundancy and
|
|
has block device level caching disabled.
|
|
provisioner: csi.proxmox.sinextra.dev
|
|
reclaimPolicy: Retain
|
|
volumeBindingMode: WaitForFirstConsumer
|
|
allowVolumeExpansion: true
|
|
parameters:
|
|
csi.storage.k8s.io/fstype: xfs
|
|
storage: ks-pvs
|
|
cache: none
|
|
ssd: "true"
|