Files
infrastructure/clusters/cl01tl/manifests/gitea/Namespace-gitea.yml

14 lines
367 B
YAML

---
# Source: gitea/templates/namespace.yaml
apiVersion: v1
kind: Namespace
metadata:
name: gitea
labels:
app.kubernetes.io/name: gitea
app.kubernetes.io/instance: gitea
app.kubernetes.io/part-of: gitea
pod-security.kubernetes.io/audit: privileged
pod-security.kubernetes.io/enforce: privileged
pod-security.kubernetes.io/warn: privileged