feat(argo-cd): prepare (dex) for readOnlyRootFilesystem (#623)
This commit is contained in:
parent
eb16df15da
commit
650abd1eb1
3 changed files with 16 additions and 7 deletions
|
|
@ -75,6 +75,7 @@ controller:
|
|||
# capabilities:
|
||||
# drop:
|
||||
# - all
|
||||
# readOnlyRootFilesystem: true
|
||||
|
||||
## Configures the controller port
|
||||
containerPort: 8082
|
||||
|
|
@ -254,6 +255,7 @@ dex:
|
|||
# capabilities:
|
||||
# drop:
|
||||
# - all
|
||||
# readOnlyRootFilesystem: true
|
||||
|
||||
resources: {}
|
||||
# limits:
|
||||
|
|
@ -303,6 +305,7 @@ redis:
|
|||
# capabilities:
|
||||
# drop:
|
||||
# - all
|
||||
# readOnlyRootFilesystem: true
|
||||
|
||||
## Redis Pod specific security context
|
||||
securityContext:
|
||||
|
|
@ -426,6 +429,7 @@ server:
|
|||
# capabilities:
|
||||
# drop:
|
||||
# - all
|
||||
# readOnlyRootFilesystem: true
|
||||
|
||||
resources: {}
|
||||
# limits:
|
||||
|
|
@ -786,6 +790,7 @@ repoServer:
|
|||
# capabilities:
|
||||
# drop:
|
||||
# - all
|
||||
# readOnlyRootFilesystem: true
|
||||
|
||||
resources: {}
|
||||
# limits:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue