UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ernest Chuang
template
Commits
2a654c7e
Commit
2a654c7e
authored
Jun 25, 2021
by
Ernest Chuang
🤔
Browse files
added storageclass
parent
2948f6a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
dev/bigbang.yaml
dev/bigbang.yaml
+17
-0
No files found.
dev/bigbang.yaml
View file @
2a654c7e
...
...
@@ -32,3 +32,20 @@ spec:
provider
:
sops
secretRef
:
name
:
sops-gpg
---
kind
:
StorageClass
apiVersion
:
storage.k8s.io/v1
metadata
:
name
:
gp2
annotations
:
storageclass.kubernetes.io/is-default-class
:
'
true'
provisioner
:
kubernetes.io/aws-ebs
parameters
:
type
:
gp2
fsType
:
ext4
# encrypted: 'true' #requires kubernetes nodes have IAM rights, commented out for lab env
# kmsKeyId: 'arn:aws-us-gov:kms:us-gov-west-1:110518024095:key/b6bf63f0-dc65-49b4-acb9-528308195fd6'
reclaimPolicy
:
Delete
#recommended for lab/dev env
allowVolumeExpansion
:
true
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment