Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
k8s-ingress
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
uplex-varnish
k8s-ingress
Commits
ca85d182
Commit
ca85d182
authored
Aug 25, 2020
by
Geoff Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove obsolete un/deploy scripts for the namespace example.
parent
4943714b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
45 deletions
+1
-45
deploy.sh
examples/namespace/deploy.sh
+0
-21
undeploy.sh
examples/namespace/undeploy.sh
+0
-21
e2e.sh
test/e2e.sh
+1
-3
No files found.
examples/namespace/deploy.sh
deleted
100755 → 0
View file @
4943714b
#! /bin/bash -ex
kubectl apply
-f
namespace.yaml
kubectl apply
-f
serviceaccount.yaml
kubectl apply
-f
rbac.yaml
kubectl apply
-f
adm-secret.yaml
kubectl apply
-f
varnish.yaml
kubectl apply
-f
admin-svc.yaml
kubectl apply
-f
nodeport.yaml
kubectl apply
-f
controller.yaml
kubectl apply
-f
cafe.yaml
kubectl apply
-f
cafe-ingress.yaml
examples/namespace/undeploy.sh
deleted
100755 → 0
View file @
4943714b
#! /bin/bash -ex
kubectl delete
-f
cafe-ingress.yaml
kubectl delete
-f
cafe.yaml
kubectl delete
-f
controller.yaml
kubectl delete
-f
nodeport.yaml
kubectl delete
-f
admin-svc.yaml
kubectl delete
-f
varnish.yaml
kubectl delete
-f
adm-secret.yaml
kubectl delete
-f
rbac.yaml
kubectl delete
-f
serviceaccount.yaml
kubectl delete
-f
namespace.yaml
test/e2e.sh
View file @
ca85d182
...
...
@@ -29,9 +29,7 @@ make deploy verify undeploy
echo
Single namespace example
cd
${
MYPATH
}
/../examples/namespace/
./deploy.sh
./verify.sh
./undeploy.sh
make deploy verify undeploy
echo
Varnish Pod template with CLI args example
cd
${
MYPATH
}
/../examples/varnish_pod_template/
...
...
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