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
0e09492a
Commit
0e09492a
authored
Aug 20, 2019
by
Ľuboslav Pivarč
Browse files
Delete cluster role and namespaced ClusterRoleBinding & Deleted duplicated
parent
027193f3
Pipeline
#22517
skipped with stages
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
README.md
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 !
yaml/bind.yml
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`
...
...
yaml/clusterRole.yml
deleted
100644 → 0
View file @
027193f3
kind
:
ClusterRole
apiVersion
:
rbac.authorization.k8s.io/v1
metadata
:
name
:
cbio-api
rules
:
-
apiGroups
:
[
"
"
]
resources
:
[
"
identifiers"
]
verbs
:
[
"
VerbAll"
]
yaml/config.yml
deleted
100644 → 0
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
"
Write
Preview
Markdown
is supported
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