Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
europdx
k8s
cbio-on-demand
Kubernetes-Docker
Commits
82ca6d7e
Commit
82ca6d7e
authored
Jun 11, 2019
by
Ľuboslav Pivarč
Browse files
api image version changed & ingress controler set up to serve /api
parent
2cf87aa1
Changes
2
Hide whitespace changes
Inline
Side-by-side
yaml/complete/cbio-setup.yml
View file @
82ca6d7e
...
...
@@ -31,7 +31,7 @@ spec:
serviceAccountName
:
cbio-api
containers
:
-
name
:
cbio-api
image
:
lpivo/api:tr
3
image
:
lpivo/api:tr
5
ports
:
-
name
:
http
containerPort
:
8080
...
...
yaml/complete/ingress-proxy.yml
View file @
82ca6d7e
...
...
@@ -3,7 +3,13 @@ kind: Ingress
metadata
:
name
:
cbio-proxy
namespace
:
cbio-on-demand
annotations
:
nginx.ingress.kubernetes.io/rewrite-target
:
/
spec
:
tls
:
-
hosts
:
-
cbiood.edirex.ics.muni.cz
secretName
:
ingress
rules
:
-
host
:
cbiood.edirex.ics.muni.cz
http
:
...
...
@@ -12,3 +18,7 @@ spec:
backend
:
serviceName
:
cbio-proxy
servicePort
:
80
-
path
:
/api
backend
:
serviceName
:
cbio-api
servicePort
:
80
Write
Preview
Supports
Markdown
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