Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Commits
70ba3104
Commit
70ba3104
authored
Jul 24, 2024
by
Manuel Esberger
Browse files
Options
Downloads
Patches
Plain Diff
rebase merges
parent
3777cf0e
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
helm/dbrepo/dbrepo-aris-values.yaml
+265
-0
265 additions, 0 deletions
helm/dbrepo/dbrepo-aris-values.yaml
helm/dbrepo/values.yaml
+625
-497
625 additions, 497 deletions
helm/dbrepo/values.yaml
with
890 additions
and
497 deletions
helm/dbrepo/dbrepo-aris-values.yaml
0 → 100644
+
265
−
0
View file @
70ba3104
namespace
:
aris-dbrepo-dev
hostname
:
dbrepo.arisnet.ac.at
gateway
:
https://dbrepo.arisnet.ac.at
dbrepo
:
namespace
:
aris-dbrepo-dev
hostname
:
dbrepo.arisnet.ac.at
gateway
:
https://dbrepo.arisnet.ac.at
admin
:
username
:
admin
password
:
admin
metadatadb
:
enabled
:
false
rootUser
:
user
:
root
password
:
dbrepo
galera
:
mariabackup
:
user
:
mariabackup
password
:
mariabackup
extraInitDbScripts
:
03-additional-data.sql
:
|
BEGIN;
INSERT INTO `mdb_containers` (name, internal_name, image_id, host, port, sidecar_host, sidecar_port, privileged_username, privileged_password)
VALUES ('MariaDB 11.1.2', 'mariadb_11_1_2', 1, 'data2-db', 3306, 'data2-db', 8080, 'root', 'dbrepo');
INSERT INTO `mdb_banner_messages` (type, message)
VALUES ('INFO', 'You are currently working on our test environment. Any data upload to this system may be deleted.');
COMMIT;
persistence
:
enabled
:
false
uploadservice
:
enabled
:
false
authservice
:
enabled
:
false
auth
:
adminUser
:
admin
adminPassword
:
de4aingohyohveeRooZe
postgresql
:
auth
:
postgresPassword
:
Zaethie2gai3phogh3wa
jwt
:
pubkey
:
"
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqqnHQ2BWWW9vDNLRCcxD++xZg/16oqMo/c1l+lcFEjjAIJjJp/HqrPYU/U9GvquGE6PbVFtTzW1KcKawOW+FJNOA3CGo8Q1TFEfz43B8rZpKsFbJKvQGVv1Z4HaKPvLUm7iMm8Hv91cLduuoWx6Q3DPe2vg13GKKEZe7UFghF+0T9u8EKzA/XqQ0OiICmsmYPbwvf9N3bCKsB/Y10EYmZRb8IhCoV9mmO5TxgWgiuNeCTtNCv2ePYqL/U0WvyGFW0reasIK8eg3KrAUj8DpyOgPOVBn3lBGf+3KFSYi+0bwZbJZWqbC/Xlk20Go1YfeJPRIt7ImxD27R/lNjgDO/MwIDAQAB"
client
:
id
:
dbrepo-client
secret
:
MUwRc7yfXSJwX8AdRMWaQC3Nep1VjwgG
persistence
:
enabled
:
false
brokerservice
:
enabled
:
false
rbac
:
# OpenShift has problems with clusterroles
create
:
false
ldap
:
bindpw
:
oNah3caew4ceemiel5ae
identityservice
:
enabled
:
false
global
:
adminUser
:
admin
adminPassword
:
oNah3caew4ceemiel5ae
users
:
admin
userPasswords
:
eene9Loochai5thaiRoo
datadb
:
enabled
:
false
rootUser
:
user
:
root
password
:
dbrepo
galera
:
mariabackup
:
user
:
mariabackup
password
:
mariabackup
sidecars
:
-
name
:
sidecar
image
:
registry.datalab.tuwien.ac.at/dbrepo/data-db-sidecar:unstable
imagePullPolicy
:
Always
securityContext
:
runAsUser
:
1001
runAsGroup
:
0
runAsNonRoot
:
true
allowPrivilegeEscalation
:
false
seccompProfile
:
type
:
RuntimeDefault
capabilities
:
drop
:
-
ALL
ports
:
-
name
:
"
sidecar"
containerPort
:
8080
protocol
:
TCP
envFrom
:
-
secretRef
:
name
:
data-service-secret
livenessProbe
:
exec
:
command
:
-
/bin/bash
-
-ec
-
"
curl
-sSL
localhost:8080/health
|
grep
'UP'
||
exit
1"
initialDelaySeconds
:
120
periodSeconds
:
30
readinessProbe
:
exec
:
command
:
-
/bin/bash
-
-ec
-
"
curl
-sSL
localhost:8080/health
|
grep
'UP'
||
exit
1"
initialDelaySeconds
:
30
periodSeconds
:
30
volumeMounts
:
-
name
:
s3
mountPath
:
/s3
extraPorts
:
-
name
:
"
sidecar"
port
:
8080
targetPort
:
8080
protocol
:
TCP
extraVolumeMounts
:
-
name
:
s3
mountPath
:
/s3
extraVolumes
:
-
name
:
s3
emptyDir
:
{}
replicaCount
:
3
persistence
:
enabled
:
false
searchdb
:
enabled
:
false
security
:
enabled
:
false
# adminUsername: admin
# adminPassword: uMeiphoh8Enasoh3ohCh
extraEnvs
:
-
name
:
DISABLE_INSTALL_DEMO_CONFIG
value
:
"
true"
persistence
:
enabled
:
false
analyseservice
:
enabled
:
false
image
:
name
:
registry.datalab.tuwien.ac.at/dbrepo/analyse-service:unstable
pullPolicy
:
Always
metadataservice
:
enabled
:
false
image
:
name
:
registry.datalab.tuwien.ac.at/dbrepo/metadata-service:unstable
pullPolicy
:
Always
debug
:
true
admin
:
email
:
noreply@example.com
deletedRecord
:
permanent
repositoryName
:
Database Repository
granularity
:
YYYY-MM-DDThh:mm:ssZ
datacite
:
enabled
:
false
url
:
https://api.datacite.org
prefix
:
"
"
username
:
"
"
password
:
"
"
dataservice
:
enabled
:
false
image
:
name
:
registry.datalab.tuwien.ac.at/dbrepo/data-service:unstable
pullPolicy
:
Always
debug
:
true
rabbitmq
:
consumer
:
username
:
admin
password
:
eene9Loochai5thaiRoo
s3
:
filePath
:
/s3
searchservice
:
enabled
:
false
image
:
name
:
registry.datalab.tuwien.ac.at/dbrepo/search-service:unstable
pullPolicy
:
Always
debug
:
false
init
:
image
:
name
:
registry.datalab.tuwien.ac.at/dbrepo/search-service-init:unstable
pullPolicy
:
Always
storageservice
:
enabled
:
false
global
:
# OpenShift has problems with clusterroles
createClusterRole
:
false
init
:
image
:
registry.datalab.tuwien.ac.at/dbrepo/storage-service-init:unstable
ui
:
enabled
:
true
image
:
name
:
registry.datalab.tuwien.ac.at/dbrepo/ui:unstable
pullPolicy
:
Always
public
:
api
:
client
:
https://dbrepo.arisnet.ac.at
server
:
https://dbrepo.arisnet.ac.at
title
:
"
Database
Repository"
logo
:
"
/logo.svg"
icon
:
"
/favicon.ico"
touch
:
"
/apple-touch-icon.png"
broker
:
host
:
dbrepo.arisnet.ac.at
port
:
5671
:
true
5672
:
false
extra
:
"
128.130.0.0/15"
database
:
extra
:
"
128.130.0.0/15"
pid
:
default
:
publisher
:
"
TU
Wien"
doi
:
enabled
:
false
endpoint
:
https://doi.org
extraVolumes
:
[
]
# - name: images-map
# configMap:
# name: ui-config
extraVolumeMounts
:
[
]
# - name: images-map
# mountPath: /static/logo.svg
# subPath: logo.svg
ingress
:
enabled
:
true
className
:
nginx
tls
:
enabled
:
true
secretName
:
dbrepo-ingress-tls-cert
annotations
:
basic
:
# cert-manager.io/cluster-issuer: letsencrypt-cluster-issuer
nginx.ingress.kubernetes.io/use-regex
:
"
true"
rewriteApi
:
# cert-manager.io/cluster-issuer: letsencrypt-cluster-issuer
nginx.ingress.kubernetes.io/use-regex
:
"
true"
nginx.ingress.kubernetes.io/rewrite-target
:
/api/$1
rewriteRoot
:
# cert-manager.io/cluster-issuer: letsencrypt-cluster-issuer
nginx.ingress.kubernetes.io/use-regex
:
"
true"
nginx.ingress.kubernetes.io/rewrite-target
:
/$1
rewriteRootSecure
:
# cert-manager.io/cluster-issuer: letsencrypt-cluster-issuer
nginx.ingress.kubernetes.io/force-ssl-redirect
:
"
true"
nginx.ingress.kubernetes.io/backend-protocol
:
"
HTTPS"
nginx.ingress.kubernetes.io/use-regex
:
"
true"
nginx.ingress.kubernetes.io/rewrite-target
:
/$1
rewritePid
:
# cert-manager.io/cluster-issuer: letsencrypt-cluster-issuer
nginx.ingress.kubernetes.io/use-regex
:
"
true"
nginx.ingress.kubernetes.io/rewrite-target
:
/api/pid/$1
This diff is collapsed.
Click to expand it.
helm/dbrepo/values.yaml
+
625
−
497
View file @
70ba3104
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