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
cc13eafe
Commit
cc13eafe
authored
Jul 30, 2019
by
Ľuboslav Pivarč
Browse files
delete yaml/cbio-security duplicated (in secure-routing repo)
parent
ea34fbea
Changes
3
Show whitespace changes
Inline
Side-by-side
yaml/cbio-security/security.yml
deleted
100644 → 0
View file @
ea34fbea
apiVersion
:
apps/v1
kind
:
Deployment
metadata
:
namespace
:
cbio-on-demand
name
:
cbio-proxy
annotations
:
maintainer
:
Luboslav Pivarc <456130@muni.cz>
spec
:
selector
:
matchLabels
:
app
:
cbio-proxy
type
:
ondemand
strategy
:
rollingUpdate
:
maxSurge
:
1
maxUnavailable
:
0
type
:
RollingUpdate
template
:
metadata
:
labels
:
app
:
cbio-proxy
type
:
ondemand
spec
:
containers
:
-
name
:
cbio-proxy
image
:
lpivo/k8s-saml:t4
ports
:
-
name
:
http
containerPort
:
80
-
name
:
api
containerPort
:
5000
livenessProbe
:
httpGet
:
path
:
/
port
:
http
initialDelaySeconds
:
10
periodSeconds
:
10
timeoutSeconds
:
1
successThreshold
:
1
failureThreshold
:
3
readinessProbe
:
httpGet
:
path
:
/
port
:
http
initialDelaySeconds
:
1
periodSeconds
:
10
timeoutSeconds
:
1
successThreshold
:
1
failureThreshold
:
2
env
:
-
name
:
SERVERNAME
value
:
cbiood.edirex.ics.muni.cz
-
name
:
EMAILADMIN
value
:
456130@mail.muni.cz
yaml/cbio-security/service-api.yml
deleted
100644 → 0
View file @
ea34fbea
apiVersion
:
v1
kind
:
Service
metadata
:
name
:
cbio-proxy-api
namespace
:
cbio-on-demand
labels
:
app
:
cbio-proxy
type
:
ondemand
annotations
:
maintainer
:
Luboslav Pivarc <456130@muni.cz>
spec
:
selector
:
app
:
cbio-proxy
type
:
ondemand
ports
:
-
port
:
80
targetPort
:
api
yaml/cbio-security/service-proxy.yml
deleted
100644 → 0
View file @
ea34fbea
apiVersion
:
v1
kind
:
Service
metadata
:
name
:
cbio-proxy
namespace
:
cbio-on-demand
labels
:
app
:
cbio-proxy
type
:
ondemand
annotations
:
maintainer
:
Luboslav Pivarc <456130@muni.cz>
spec
:
selector
:
app
:
cbio-proxy
type
:
ondemand
ports
:
-
port
:
80
targetPort
:
http
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