Add platform infrastructure configuration
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: alloy-storage
|
||||
namespace: observability-agent
|
||||
labels:
|
||||
app.kubernetes.io/name: alloy
|
||||
observability.hyeonworks.com/instance: home
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
storageClassName: ssd-local-observability-alloy-retain
|
||||
volumeName: observability-alloy-local-pv
|
||||
resources:
|
||||
requests:
|
||||
storage: 2Gi
|
||||
|
||||
Reference in New Issue
Block a user