Add platform infrastructure configuration

This commit is contained in:
donghyeon-ka
2026-08-28 17:35:41 +09:00
parent fa76531e5b
commit 16c337bcc9
302 changed files with 83259 additions and 1 deletions
@@ -0,0 +1,26 @@
apiVersion: v1
kind: PersistentVolume
metadata:
name: pgadmin-data-local-pv
labels:
app.kubernetes.io/name: pgadmin4
app.kubernetes.io/part-of: platform
platform.hyeonworks.com/storage-tier: ssd
spec:
capacity:
storage: 2Gi
volumeMode: Filesystem
accessModes:
- ReadWriteOnce
persistentVolumeReclaimPolicy: Retain
storageClassName: ssd-local-pgadmin-retain
local:
path: /srv/k3s/ssd/pgadmin
nodeAffinity:
required:
nodeSelectorTerms:
- matchExpressions:
- key: kubernetes.io/hostname
operator: In
values:
- donghyeon-system-product-name