Skip to content
Snippets Groups Projects
Unverified Commit 0169c76c authored by Kenny Leung's avatar Kenny Leung Committed by GitHub
Browse files

Move k8s objects out of the default namespace (#674)


* Move k8s objects out of the default namespace

Signed-off-by: default avatarKenny Leung <kleung@chainguard.dev>

* append -system to namespace to avoid confusion

Signed-off-by: default avatarKenny Leung <kleung@chainguard.dev>
parent b068d620
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
namespace: rekor-system
name: rekor-server
labels:
app: rekor-server
......@@ -82,6 +83,7 @@ spec:
apiVersion: v1
kind: Service
metadata:
namespace: rekor-system
name: rekor-server
spec:
selector:
......@@ -91,4 +93,4 @@ spec:
- protocol: TCP
port: 80
targetPort: 3000
---
\ No newline at end of file
---
......@@ -16,6 +16,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
namespace: rekor-system
name: rekor-watcher
labels:
app: rekor-watcher
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment