fix(ci): Correction problèmes outils et erreurs workflow

This commit is contained in:
Tellsanguis 2025-11-07 10:21:55 +01:00
parent 6bf15cfe3c
commit 830b7229db
5 changed files with 40 additions and 33 deletions

View file

@ -25,12 +25,23 @@ spec:
labels:
app: nginx
spec:
securityContext:
runAsNonRoot: true
runAsUser: 1001
runAsGroup: 1001
fsGroup: 1001
containers:
- name: nginx
image: nginx:1.25-alpine
ports:
- containerPort: 80
name: http
securityContext:
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
resources:
requests:
cpu: 100m