Move security values to server and oidc components
Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
+22
-10
@@ -64,6 +64,17 @@ server:
|
||||
type: ClusterIP
|
||||
port: 8081
|
||||
|
||||
podSecurityContext: {}
|
||||
# fsGroup: 2000
|
||||
|
||||
securityContext: {}
|
||||
# capabilities:
|
||||
# drop:
|
||||
# - ALL
|
||||
# readOnlyRootFilesystem: true
|
||||
# runAsNonRoot: true
|
||||
# runAsUser: 1000
|
||||
|
||||
csiDriver:
|
||||
image:
|
||||
registry: ghcr.io
|
||||
@@ -143,6 +154,17 @@ oidc:
|
||||
- spire-oidc.spire.svc.cluster.local
|
||||
- oidc-discovery.example.org
|
||||
|
||||
podSecurityContext: {}
|
||||
# fsGroup: 2000
|
||||
|
||||
securityContext: {}
|
||||
# capabilities:
|
||||
# drop:
|
||||
# - ALL
|
||||
# readOnlyRootFilesystem: true
|
||||
# runAsNonRoot: true
|
||||
# runAsUser: 1000
|
||||
|
||||
insecureScheme:
|
||||
enabled: false
|
||||
|
||||
@@ -201,16 +223,6 @@ serviceAccount:
|
||||
|
||||
podAnnotations: {}
|
||||
|
||||
podSecurityContext: {}
|
||||
# fsGroup: 2000
|
||||
|
||||
securityContext: {}
|
||||
# capabilities:
|
||||
# drop:
|
||||
# - ALL
|
||||
# readOnlyRootFilesystem: true
|
||||
# runAsNonRoot: true
|
||||
# runAsUser: 1000
|
||||
|
||||
autoscaling:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user