Skip to content

Commit

Permalink
Add namespace "loadwatcher" definition (#70)
Browse files Browse the repository at this point in the history
When deploy load wather service, it will automatically create
namespace "loadwatcher" if it does not exist.
  • Loading branch information
linericyang authored Mar 14, 2024
1 parent 522b9d3 commit c374a7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions manifests/load-watcher-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
apiVersion: v1
kind: Namespace
metadata:
name: loadwatcher
---
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down

0 comments on commit c374a7c

Please sign in to comment.