fix(hydra): remove runasuser,runasgroup oidc, sql, dispatcher

This commit is contained in:
cmsassot 2024-03-25 14:00:03 +01:00
parent 85ec6f03c8
commit 66ed4805d5
3 changed files with 0 additions and 12 deletions

View File

@ -48,8 +48,6 @@ spec:
resources: {}
securityContext:
runAsNonRoot: true
runAsGroup: 1000
runAsUser: 1000
- image: reg.cadoles.com/cmsassot/hydra-oidc-test:latest
imagePullPolicy: Always
@ -96,6 +94,4 @@ spec:
resources: {}
securityContext:
runAsNonRoot: true
runAsGroup: 1000
runAsUser: 1000
restartPolicy: Always

View File

@ -38,8 +38,6 @@ spec:
resources: {}
securityContext:
runAsNonRoot: true
runAsGroup: 1000
runAsUser: 1000
envFrom:
- configMapRef:
name: hydra-sql-env
@ -100,8 +98,6 @@ spec:
resources: {}
securityContext:
runAsNonRoot: true
runAsGroup: 1000
runAsUser: 1000
ports:
- containerPort: 8080
volumeMounts:

View File

@ -50,8 +50,6 @@ spec:
resources: {}
securityContext:
runAsNonRoot: true
runAsGroup: 1000
runAsUser: 1000
- image: reg.cadoles.com/cmsassot/hydra-dispatcher-test:latest
imagePullPolicy: Always
name: hydra-dispatcher-nginx
@ -97,8 +95,6 @@ spec:
resources: {}
securityContext:
runAsNonRoot: true
runAsGroup: 1000
runAsUser: 1000
restartPolicy: Always
volumes:
- name: hydra-dispatcher-apps