mirror of
https://github.com/wazuh/wazuh-kubernetes.git
synced 2025-12-11 02:59:31 -06:00
19 lines
499 B
YAML
19 lines
499 B
YAML
# Copyright (C) 2018 Wazuh Inc.
|
|
#
|
|
# This program is a free software; you can redistribute it
|
|
# and/or modify it under the terms of the GNU General Public
|
|
# License (version 2) as published by the FSF - Free Software
|
|
# Foundation.
|
|
|
|
# Wazuh StorageClass
|
|
|
|
apiVersion: storage.k8s.io/v1
|
|
kind: StorageClass
|
|
metadata:
|
|
name: gp2-encrypted-retained
|
|
provisioner: kubernetes.io/aws-ebs
|
|
parameters:
|
|
encrypted: 'true'
|
|
type: gp2
|
|
reclaimPolicy: Retain # Useful in case you delete the PersistentVolumeClaim
|