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
0e09492a
Commit
0e09492a
authored
5 years ago
by
Ľuboslav Pivarč
Browse files
Options
Downloads
Patches
Plain Diff
Delete cluster role and namespaced ClusterRoleBinding & Deleted duplicated
parent
027193f3
No related branches found
No related tags found
1 merge request
!2
Beta
Pipeline
#22517
skipped
Stage: build
Stage: deploy
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+2
-1
2 additions, 1 deletion
README.md
yaml/bind.yml
+1
-17
1 addition, 17 deletions
yaml/bind.yml
yaml/clusterRole.yml
+0
-8
0 additions, 8 deletions
yaml/clusterRole.yml
yaml/config.yml
+0
-29
0 additions, 29 deletions
yaml/config.yml
with
3 additions
and
55 deletions
README.md
+
2
−
1
View file @
0e09492a
...
...
@@ -7,4 +7,5 @@ CI -> manual
-
Cbio db image (using in API)
## Deploy
-
Deploy all necessary stuff to k8s for cbio-on-demand
-
Deploy all necessary configuration to k8s for cbio-on-demand
-
! Run deploy in "secure-routing" and "api" repositories !
This diff is collapsed.
Click to expand it.
yaml/bind.yml
+
1
−
17
View file @
0e09492a
apiVersion
:
rbac.authorization.k8s.io/v1
kind
:
ClusterRoleBinding
metadata
:
name
:
cbio-api
subjects
:
-
kind
:
ServiceAccount
name
:
cbio-api
namespace
:
__NAMESPACE__
roleRef
:
kind
:
ClusterRole
name
:
cbio-api
apiGroup
:
rbac.authorization.k8s.io
---
apiVersion
:
rbac.authorization.k8s.io/v1beta1
kind
:
ClusterRoleBinding
metadata
:
name
:
fabric8-rbac
name
:
fabric8-rbac
-__NAMESPACE__
subjects
:
-
kind
:
ServiceAccount
# Reference to upper's `metadata.name`
...
...
This diff is collapsed.
Click to expand it.
yaml/clusterRole.yml
deleted
100644 → 0
+
0
−
8
View file @
027193f3
kind
:
ClusterRole
apiVersion
:
rbac.authorization.k8s.io/v1
metadata
:
name
:
cbio-api
rules
:
-
apiGroups
:
[
"
"
]
resources
:
[
"
identifiers"
]
verbs
:
[
"
VerbAll"
]
This diff is collapsed.
Click to expand it.
yaml/config.yml
deleted
100644 → 0
+
0
−
29
View file @
027193f3
apiVersion
:
v1
kind
:
ConfigMap
metadata
:
name
:
mysql-cbio-db
namespace
:
__NAMESPACE__
data
:
mysql.conf
:
"
#
Copyright
(c)
2014,
2016,
Oracle
and/or
its
affiliates.
All
rights
reserved.
\n
#
\n
#
This
program
is
free
software;
you
can
redistribute
it
and/or
modify
\n
#
it
under
the
terms
of
the
GNU
General
Public
License
as
published
by
\n
#
the
Free
Software
Foundation;
version
2
of
the
License.
\n
#
\n
#
This
program
is
distributed
in
the
hope
that
it
will
be
useful,
\n
#
but
WITHOUT
ANY
WARRANTY;
without
even
the
implied
warranty
of
\n
#
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE.
See
the
\n
#
GNU
General
Public
License
for
more
details.
\n
#
\n
#
You
should
have
received
a
copy
of
the
GNU
General
Public
License
\n
#
along
with
this
program;
if
not,
write
to
the
Free
Software
\n
#
Foundation,
Inc.,
51
Franklin
St,
Fifth
Floor,
Boston,
MA
02110-1301
USA
\n\n
#
\n
#
The
MySQL
Server
configuration
file.
\n
#
\n
#
For
explanations
see
\n
#
http://dev.mysql.com/doc/mysql/en/server-system-variables.html
\n\n
[mysqld]
\n
pid-file
\t
=
/var/run/mysqld/mysqld.pid
\n
socket
\t\t
=
/var/run/mysqld/mysqld.sock
\n
datadir
\t\t
=
/var/lib/mysql
\n
#log-error
\t
=
/var/log/mysql/error.log
\n
#
By
default
we
only
accept
connections
from
localhost
\n
#bind-address
\t
=
127.0.0.1
\n
#
Disabling
symbolic-links
is
recommended
to
prevent
assorted
security
risks
\n
symbolic-links=0
\n\n
#
\n
#
*
Fine
Tuning
\n
#
\n\n
key_buffer_size
=
4G
\n
max_heap_table_size
=
512M
\n
tmp_table_size
=
512M
\n
max_allowed_packet
=
256M
\n
thread_stack
\
=
256K
\n
thread_cache_size
=
20
\n
#
This
replaces
the
startup
script
and
checks
MyISAM
tables
if
needed
\n
#
the
first
time
they
are
touched
\n
myisam-recover-options
\
=
BACKUP
\n
max_connections
=
214
\n
#table_cache
=
64
\n
#thread_concurrency
\
=
10
\n
#
\n
#
*
Query
Cache
Configuration
\n
#
\n
query_cache_limit
=
1M
\n
query_cache_size
\
=
0
\n
query_cache_type
=
0
\n\n\n
join_buffer_size
=
16M
\n
table_open_cache
=
400
\n
"
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