wazuh-kubernetes/base/aws-gp2-storage-class.yaml
2018-11-27 14:19:17 -05:00

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