You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
338 B
11 lines
338 B
# Kubernetes namespace template for per-tenant isolation |
|
# This is a template - in production, create one namespace per tenant (npub) |
|
|
|
apiVersion: v1 |
|
kind: Namespace |
|
metadata: |
|
name: gitrepublic-tenant-${TENANT_ID} |
|
labels: |
|
app: gitrepublic |
|
tenant: ${TENANT_ID} |
|
managed-by: gitrepublic-operator # If using operator pattern
|
|
|