File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ kubectl delete -f websitevolume-persistentvolumeclaim.yaml ^
3
+ -f sslvolume-persistentvolumeclaim.yaml ^
4
+ -f letsencryptvolume-persistentvolumeclaim.yaml ^
5
+ -f mysql-deployment.yaml ^
6
+ -f mysql-service.yaml ^
7
+ -f redis-deployment.yaml ^
8
+ -f redis-service.yaml ^
9
+ -f phpmyadmin-deployment.yaml ^
10
+ -f phpmyadmin-service.yaml ^
11
+ -f openemr-deployment.yaml ^
12
+ -f openemr-service.yaml
Original file line number Diff line number Diff line change
1
+ @ echo off
2
+ kubectl apply -f websitevolume-persistentvolumeclaim.yaml ^
3
+ -f sslvolume-persistentvolumeclaim.yaml ^
4
+ -f letsencryptvolume-persistentvolumeclaim.yaml ^
5
+ -f mysql-deployment.yaml ^
6
+ -f mysql-service.yaml ^
7
+ -f redis-deployment.yaml ^
8
+ -f redis-service.yaml ^
9
+ -f phpmyadmin-deployment.yaml ^
10
+ -f phpmyadmin-service.yaml ^
11
+ -f openemr-deployment.yaml ^
12
+ -f openemr-service.yaml
You can’t perform that action at this time.
0 commit comments