2026-07-23 20:54:02 -07:00
|
|
|
# DB clusters are wave 2 — their namespaces must exist first (their apps that
|
|
|
|
|
# would CreateNamespace run later, w3/w8). Declared here so the databases App
|
2026-08-25 11:11:37 -07:00
|
|
|
# creates them. authentik/vault/temporal/paperless CreateNamespace=true then
|
|
|
|
|
# no-ops. poimen namespace created by poimen-root app (wave 7).
|
2026-07-23 20:54:02 -07:00
|
|
|
apiVersion: v1
|
|
|
|
|
kind: Namespace
|
|
|
|
|
metadata:
|
|
|
|
|
name: iam
|
|
|
|
|
---
|
|
|
|
|
apiVersion: v1
|
|
|
|
|
kind: Namespace
|
|
|
|
|
metadata:
|
|
|
|
|
name: temporal
|
2026-08-25 11:11:37 -07:00
|
|
|
---
|
|
|
|
|
apiVersion: v1
|
|
|
|
|
kind: Namespace
|
|
|
|
|
metadata:
|
|
|
|
|
name: paperless
|
2026-08-25 18:21:28 -07:00
|
|
|
---
|
|
|
|
|
# Needed here (not just immich's own CreateNamespace=true at wave 8) because
|
|
|
|
|
# k8s/infra/iam's PostSync job (wave 3) has a RoleBinding targeting this
|
|
|
|
|
# namespace - same ordering reason as paperless above.
|
|
|
|
|
apiVersion: v1
|
|
|
|
|
kind: Namespace
|
|
|
|
|
metadata:
|
|
|
|
|
name: immich
|