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
a49a1035
Commit
a49a1035
authored
Nov 21, 2018
by
Luc Bourdot
Browse files
Merge branch 'loadbalancer' into 'master'
Loadbalancer See merge request
!6
parents
c80e8738
08021941
Changes
4
Hide whitespace changes
Inline
Side-by-side
kubernetes/ethercalc/ethercalc-deployment.yml
View file @
a49a1035
...
...
@@ -39,3 +39,4 @@ spec:
-
port
:
80
targetPort
:
8000
protocol
:
TCP
type
:
LoadBalancer
kubernetes/namespace/namespace.yml
0 → 100644
View file @
a49a1035
kind
:
Namespace
apiVersion
:
v1
metadata
:
name
:
hackathon
\ No newline at end of file
kubernetes/redis/redis-deployment.yml
View file @
a49a1035
...
...
@@ -46,4 +46,5 @@ spec:
-
port
:
6379
targetPort
:
6379
protocol
:
TCP
type
:
LoadBalancer
\ No newline at end of file
kubernetes/scrumblr/scrumblr-deployment.yml
View file @
a49a1035
...
...
@@ -50,3 +50,4 @@ spec:
-
port
:
80
targetPort
:
8080
protocol
:
TCP
type
:
LoadBalancer
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