Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
EOLE
hackathon-kubernetes
Commits
509a15ef
Commit
509a15ef
authored
Nov 21, 2018
by
GRANDGERARD Gilles
Browse files
correction script filepizza
parent
296ced0d
Pipeline
#22
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kubernetes/filepizza/delete-pod.sh
View file @
509a15ef
#!/bin/bash
kubectl delete
-f
filepizza-deployment.yml
\ No newline at end of file
kubectl delete
-f
filepizza-deployment.yml
microk8s.kubectl delete svc/filepizza
\ No newline at end of file
kubernetes/filepizza/start-pod.sh
View file @
509a15ef
#!/bin/bash
kubectl create
-f
filepizza-deployment.yaml
microk8s.kubectl create
-f
filepizza-deployment.yml
microk8s.kubectl expose deployment filepizza
--port
81
--target-port
80
--type
ClusterIP
--selector
=
run
=
filepizza
--name
=
filepizza
\ No newline at end of file
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