14 lines
315 B
YAML
14 lines
315 B
YAML
|
|
---
|
||
|
|
# Kubernetes Namespace for RAG Service
|
||
|
|
apiVersion: v1
|
||
|
|
kind: Namespace
|
||
|
|
metadata:
|
||
|
|
name: provisioning-rag
|
||
|
|
labels:
|
||
|
|
app: provisioning-rag
|
||
|
|
version: "8e"
|
||
|
|
phase: deployment
|
||
|
|
annotations:
|
||
|
|
description: "Namespace for Provisioning RAG Service and dependencies"
|
||
|
|
managed-by: "provisioning-platform"
|