forked from sagnik/Velocity-OS
Initial commit: Velocity-OS migration
This commit is contained in:
27
infrastructure/k3s/namespaces/namespaces.yaml
Normal file
27
infrastructure/k3s/namespaces/namespaces.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
# ============================================================
|
||||
# Velocity-OS — K3s Namespaces
|
||||
# ============================================================
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: velocity-os
|
||||
labels:
|
||||
app.kubernetes.io/managed-by: velocity-os
|
||||
environment: production
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: velocity-agents
|
||||
labels:
|
||||
app.kubernetes.io/managed-by: velocity-os
|
||||
environment: production
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: velocity-infra
|
||||
labels:
|
||||
app.kubernetes.io/managed-by: velocity-os
|
||||
environment: production
|
||||
Reference in New Issue
Block a user