Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
ui-middleware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
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
Open Source Software
OX App Suite
Core
ui-middleware
Commits
bccd6bda
Commit
bccd6bda
authored
3 years ago
by
david.bauer
Browse files
Options
Downloads
Patches
Plain Diff
Add default security context
parent
0a4f822a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
helm/core-manifest-service/Chart.yaml
+1
-1
1 addition, 1 deletion
helm/core-manifest-service/Chart.yaml
helm/core-manifest-service/values.yaml
+14
-10
14 additions, 10 deletions
helm/core-manifest-service/values.yaml
with
15 additions
and
11 deletions
helm/core-manifest-service/Chart.yaml
+
1
−
1
View file @
bccd6bda
...
...
@@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version
:
2.0.
1
version
:
2.0.
2
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
...
...
This diff is collapsed.
Click to expand it.
helm/core-manifest-service/values.yaml
+
14
−
10
View file @
bccd6bda
...
...
@@ -30,16 +30,20 @@ serviceAccount:
podAnnotations
:
logging.open-xchange.com/format
:
"
appsuite-json"
podSecurityContext
:
{}
# fsGroup: 2000
securityContext
:
{}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
podSecurityContext
:
runAsNonRoot
:
true
runAsUser
:
1000
runAsGroup
:
1000
securityContext
:
runAsNonRoot
:
true
runAsUser
:
1000
runAsGroup
:
1000
allowPrivilegeEscalation
:
false
readOnlyRootFilesystem
:
true
capabilities
:
drop
:
-
ALL
service
:
type
:
ClusterIP
...
...
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