File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
kubernetes/main/apps/selfhosted/homepage Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,8 @@ cloudflare:
88 ingress :
99 - hostname : " fieldsofbears.com"
1010 service : " http://homepage.homepage.svc.cluster.local:3000"
11+ podSecurityContext :
12+ runAsNonRoot : true
13+ runAsUser : 65532
14+ seccompProfile :
15+ type : " RuntimeDefault"
Original file line number Diff line number Diff line change 11---
22# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/refs/heads/main/charts/other/app-template/values.schema.json
3+ podSecurityContext :
4+ runAsUser : 65534
5+ runAsGroup : 65534
6+ fsGroupChangePolicy : OnRootMismatch
7+ runAsNonRoot : true
8+ allowPrivilegeEscalation : false
9+ seccompProfile :
10+ type : RuntimeDefault
11+ securityContext :
12+ runAsUser : 65534
13+ runAsGroup : 65534
14+ fsGroupChangePolicy : OnRootMismatch
15+ runAsNonRoot : true
16+ allowPrivilegeEscalation : false
17+ seccompProfile :
18+ type : RuntimeDefault
319controller :
420 annotations :
521 reloader.stakater.com/auto : " true"
You can’t perform that action at this time.
0 commit comments