added namespace, pvc and service.yaml
TO-DO: deployment.yaml and dockerfile adaptations
This commit is contained in:
7
manifests/namespace.yaml
Normal file
7
manifests/namespace.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: clawdbox
|
||||
labels:
|
||||
app.kubernetes.io/name: clawdbox
|
||||
app.kubernetes.io/part-of: clawdbox
|
||||
Reference in New Issue
Block a user