Add namespace to all objects
This commit is contained in:
@@ -3,6 +3,7 @@ apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: tei-model-cache
|
||||
namespace: tei
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
@@ -14,6 +15,7 @@ apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: text-embeddings
|
||||
namespace: tei
|
||||
labels:
|
||||
app: text-embeddings
|
||||
spec:
|
||||
@@ -70,6 +72,7 @@ apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: text-embeddings
|
||||
namespace: tei
|
||||
spec:
|
||||
selector:
|
||||
app: text-embeddings
|
||||
|
||||
Reference in New Issue
Block a user