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