aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakiyamn2022-07-07 20:59:50 +1000
committerakiyamn2022-07-07 20:59:50 +1000
commit1db6cc8b784cb48336073b4ca135ffe6644475d9 (patch)
treebdf500f8f679468ad4602f7fa9a30dc100176656
parentb633179a46eed1a20800fe2ca9b5dbcdd1b9c194 (diff)
downloadargo-test-1db6cc8b784cb48336073b4ca135ffe6644475d9.tar.gz
argo-test-1db6cc8b784cb48336073b4ca135ffe6644475d9.zip
Apply PVC
-rw-r--r--yamls/deployment.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/yamls/deployment.yaml b/yamls/deployment.yaml
index c0d6fac..c2314d2 100644
--- a/yamls/deployment.yaml
+++ b/yamls/deployment.yaml
@@ -23,4 +23,7 @@ spec:
ports:
- containerPort: 80
resources: {}
+ volumeMounts:
+ - mountPath: "/var/www/html"
+ name: i2-storage
status: {} \ No newline at end of file