fix gitea

This commit is contained in:
SeanOMik 2023-06-04 02:35:25 -04:00
parent d5ff9cad1c
commit e5442ac514
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
1 changed files with 6 additions and 6 deletions

View File

@ -35,14 +35,14 @@ spec:
limits: limits:
memory: 2Gi memory: 2Gi
podSecurityContext: # podSecurityContext:
enabled: true # enabled: true
fsGroup: 10000 # fsGroup: 10000
containerSecurityContext: # containerSecurityContext:
enabled: true # enabled: true
# runAsUser: 10000 # runAsUser: 10000
runAsNonRoot: true # runAsNonRoot: true
# Sidecar used for mirroring GitHub repos to gitea # Sidecar used for mirroring GitHub repos to gitea
# sidecars: # sidecars: