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
99ee36dd
Commit
99ee36dd
authored
Jul 30, 2019
by
Ľuboslav Pivarč
Browse files
moved cbio-api yaml to API repo
parent
3eea48d8
Changes
4
Hide whitespace changes
Inline
Side-by-side
yaml/cbio-api/api-deployment.yml
deleted
100644 → 0
View file @
3eea48d8
apiVersion
:
apps/v1
kind
:
Deployment
metadata
:
namespace
:
cbio-on-demand
name
:
cbio-api
annotations
:
maintainer
:
Luboslav Pivarc <456130@muni.cz>
spec
:
selector
:
matchLabels
:
app
:
cbio-api
type
:
ondemand
strategy
:
rollingUpdate
:
maxSurge
:
1
maxUnavailable
:
0
type
:
RollingUpdate
template
:
metadata
:
labels
:
app
:
cbio-api
type
:
ondemand
spec
:
containers
:
-
name
:
cbio-api
image
:
lpivo/api:tr1
ports
:
-
name
:
http
containerPort
:
8080
livenessProbe
:
httpGet
:
path
:
/actuator/health
port
:
http
initialDelaySeconds
:
10
periodSeconds
:
10
timeoutSeconds
:
1
successThreshold
:
1
failureThreshold
:
2
readinessProbe
:
httpGet
:
path
:
/actuator/health
port
:
http
initialDelaySeconds
:
1
periodSeconds
:
10
timeoutSeconds
:
1
successThreshold
:
1
failureThreshold
:
2
yaml/cbio-api/api-service.yml
deleted
100644 → 0
View file @
3eea48d8
apiVersion
:
v1
kind
:
Service
metadata
:
name
:
cbio-api
namespace
:
cbio-on-demand
labels
:
app
:
cbio-api
type
:
ondemand
annotations
:
maintainer
:
Luboslav Pivarc <456130@muni.cz>
spec
:
selector
:
app
:
cbio-api
type
:
ondemand
ports
:
-
port
:
80
targetPort
:
http
yaml/cbio-api/identifier.yml
deleted
100644 → 0
View file @
3eea48d8
apiVersion
:
example.com/v1beta1
kind
:
identifier
metadata
:
generateName
:
cod
namespace
:
cbio-on-demand
# annotations:
# maintainer: Luboslav Pivarc <456130@muni.cz>
yaml/cbio-api/registerIdentifier.yml
deleted
100644 → 0
View file @
3eea48d8
apiVersion
:
apiextensions.k8s.io/v1beta1
kind
:
CustomResourceDefinition
metadata
:
name
:
identifiers.example.com
annotations
:
maintainer
:
Luboslav Pivarc <456130@muni.cz>
spec
:
scope
:
Namespaced
group
:
example.com
version
:
v1beta1
names
:
kind
:
identifier
singular
:
identifier
plural
:
identifiers
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