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
0c75cc6d
Commit
0c75cc6d
authored
10 months ago
by
Manuel Esberger
Browse files
Options
Downloads
Patches
Plain Diff
small update on upload and ldap
parent
e3fc2099
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
helm/dbrepo/templates/upload-job.yaml
+0
-30
0 additions, 30 deletions
helm/dbrepo/templates/upload-job.yaml
helm/dbrepo/values.yaml
+5
-3
5 additions, 3 deletions
helm/dbrepo/values.yaml
with
5 additions
and
33 deletions
helm/dbrepo/templates/upload-job.yaml
deleted
100644 → 0
+
0
−
30
View file @
e3fc2099
apiVersion
:
batch/v1
kind
:
Job
metadata
:
name
:
init-permissions
spec
:
template
:
spec
:
containers
:
-
name
:
init-permissions
image
:
busybox
command
:
-
/bin/bash
-
-ec
-
|
chown -R {{ .Values.uploadservice.securityContext.runAsUser }}:{{ .Values.uploadservice.securityContext.fsGroup }} /srv/tusd-data
volumeMounts
:
-
name
:
tusd-data
mountPath
:
/srv/tusd-data
resources
:
{{
- toYaml .Values.resources | nindent 10
}}
securityContext
:
runAsNonRoot
:
true
readOnlyRootFilesystem
:
true
allowPrivilegeEscalation
:
false
seccompProfile
:
type
:
{{
.Values.uploadservice.securityContext.seccompProfile.type | default "RuntimeDefault"
}}
volumes
:
-
name
:
tusd-data
persistentVolumeClaim
:
claimName
:
tusd-data-pvc
restartPolicy
:
Never
\ No newline at end of file
This diff is collapsed.
Click to expand it.
helm/dbrepo/values.yaml
+
5
−
3
View file @
0c75cc6d
...
@@ -800,6 +800,10 @@ identityservice:
...
@@ -800,6 +800,10 @@ identityservice:
readOnlyRootFilesystem
:
true
readOnlyRootFilesystem
:
true
allowPrivilegeEscalation
:
false
allowPrivilegeEscalation
:
false
runAsUser
:
null
#todo: does not overwrite
runAsUser
:
null
#todo: does not overwrite
ltb-passwd
:
enabled
:
false
ingress
:
enabled
:
false
global
:
global
:
## @param identityservice.global.ldapDomain The LDAP domain name in domain "dbrepo.at" form or explicit in "dc=dbrepo,dc=at" form.
## @param identityservice.global.ldapDomain The LDAP domain name in domain "dbrepo.at" form or explicit in "dc=dbrepo,dc=at" form.
ldapDomain
:
dc=dbrepo,dc=at
ldapDomain
:
dc=dbrepo,dc=at
...
@@ -816,9 +820,7 @@ identityservice:
...
@@ -816,9 +820,7 @@ identityservice:
## @param identityservice.group The group that contains the administrators for the broker service.
## @param identityservice.group The group that contains the administrators for the broker service.
group
:
system
group
:
system
## @skip identityservice.ltb-passwd
## @skip identityservice.ltb-passwd
ltb-passwd
:
ingress
:
enabled
:
false
## @skip identityservice.phpldapadmin
## @skip identityservice.phpldapadmin
phpldapadmin
:
phpldapadmin
:
enabled
:
false
enabled
:
false
...
...
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