Files
2026-08-27 17:52:23 +02:00

11 lines
463 B
YAML

apiVersion: v1
kind: Namespace
metadata:
name: jarvis
labels:
# Both images run unprivileged and drop every capability, so the strictest profile applies
# cleanly. Declared here rather than assumed: under `restricted`, a container that tries to run
# as root is refused at admission, which is a far better failure than discovering it later.
pod-security.kubernetes.io/enforce: restricted
pod-security.kubernetes.io/enforce-version: latest