Skip to content

Commit

Permalink
Move k8s objects out of the default namespace (#674)
Browse files Browse the repository at this point in the history
* Move k8s objects out of the default namespace

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

* append -system to namespace to avoid confusion

Signed-off-by: Kenny Leung <kleung@chainguard.dev>
  • Loading branch information
k4leung4 authored Feb 17, 2022
1 parent b068d62 commit 0169c76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/rekor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
namespace: rekor-system
name: rekor-server
labels:
app: rekor-server
Expand Down Expand Up @@ -82,6 +83,7 @@ spec:
apiVersion: v1
kind: Service
metadata:
namespace: rekor-system
name: rekor-server
spec:
selector:
Expand All @@ -91,4 +93,4 @@ spec:
- protocol: TCP
port: 80
targetPort: 3000
---
---
1 change: 1 addition & 0 deletions config/watcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
namespace: rekor-system
name: rekor-watcher
labels:
app: rekor-watcher
Expand Down

0 comments on commit 0169c76

Please sign in to comment.