Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Kubernetes-Docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
europdx
k8s
cbio-on-demand
Kubernetes-Docker
Commits
b26bebf0
Commit
b26bebf0
authored
5 years ago
by
Ľuboslav Pivarč
Browse files
Options
Downloads
Patches
Plain Diff
delete yaml/cbio-db (rs & service) duplicated (in API repo)
parent
858aa809
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
yaml/cbio-db/cbiodb-replicaset.yml
+0
-71
0 additions, 71 deletions
yaml/cbio-db/cbiodb-replicaset.yml
yaml/cbio-db/cbiodb-service.yml
+0
-25
0 additions, 25 deletions
yaml/cbio-db/cbiodb-service.yml
with
0 additions
and
96 deletions
yaml/cbio-db/cbiodb-replicaset.yml
deleted
100644 → 0
+
0
−
71
View file @
858aa809
apiVersion
:
apps/v1
kind
:
ReplicaSet
metadata
:
generateName
:
cbiodb
namespace
:
cbio-on-demand
annotations
:
maintainer
:
Luboslav Pivarc <456130@muni.cz>
labels
:
app
:
cbioDB
type
:
ondemand
spec
:
replicas
:
1
selector
:
matchLabels
:
app
:
cbioDB
type
:
ondemand
# generated by API by user id from request
#user: Luboslav
# generated by API unique for user
#instance: "1"
template
:
metadata
:
labels
:
app
:
cbioDB
type
:
ondemand
# generated by API by user id from request
#user: Luboslav
# generated by API unique for user
#instance: "1"
spec
:
containers
:
-
name
:
cbio
image
:
lpivo/cbiodb:v1
ports
:
-
name
:
mysql
containerPort
:
3306
livenessProbe
:
exec
:
command
:
-
sh
-
-c
-
"
mysqladmin
ping
-u
cbio
-pP@ssword1"
initialDelaySeconds
:
30
periodSeconds
:
10
timeoutSeconds
:
5
successThreshold
:
1
failureThreshold
:
3
readinessProbe
:
exec
:
command
:
-
sh
-
-c
-
"
mysqladmin
ping
-u
cbio
-pP@ssword1"
initialDelaySeconds
:
5
periodSeconds
:
10
timeoutSeconds
:
1
successThreshold
:
1
failureThreshold
:
3
volumeMounts
:
-
name
:
config
mountPath
:
/etc/mysql/mysql.conf.d
subPath
:
mysql.conf.d
readOnly
:
true
envFrom
:
-
secretRef
:
name
:
mysql-env
# we use 1 config for all on-demand databeses
volumes
:
-
name
:
config
configMap
:
name
:
mysql-cbio-db
This diff is collapsed.
Click to expand it.
yaml/cbio-db/cbiodb-service.yml
deleted
100644 → 0
+
0
−
25
View file @
858aa809
apiVersion
:
v1
kind
:
Service
metadata
:
generateName
:
cbio-on-demand-db
namespace
:
cbio-on-demand
labels
:
app
:
cbioDB
type
:
ondemand
# generated by API by user id from request
#user: Luboslav
# generated by API unique for user
#instance: "1"
annotations
:
maintainer
:
Luboslav Pivarc <456130@muni.cz>
spec
:
selector
:
app
:
cbioDB
type
:
ondemand
# generated by API by user id from request
#user: Luboslav
# generated by API unique for user
#instance: "1"
ports
:
-
port
:
3306
targetPort
:
mysql
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment