File tree 5 files changed +1004
-0
lines changed
5 files changed +1004
-0
lines changed Original file line number Diff line number Diff line change
1
+ node_modules /
Original file line number Diff line number Diff line change 1
1
# Razee
2
+
2
3
Overview and docs
4
+
5
+ ## Getting started
6
+
7
+ Install the razee components onto a Kubernetes cluster.
8
+
9
+ 1 . ` kubectl apply -f https://github.com/razee-io/Kapitan-delta/releases/latest/download/resource.yaml `
10
+ 1 . ` kubectl apply -f https://github.com/razee-io/Razee/releases/latest/download/resource.yaml `
Original file line number Diff line number Diff line change
1
+ apiVersion : v1
2
+ kind : List
3
+ metadata :
4
+ name : Razee
5
+ namespace : razee
6
+ items :
7
+ # mongo
8
+ - apiVersion : " kapitan.razee.io/v1alpha1"
9
+ kind : RemoteResource
10
+ metadata :
11
+ name : razeedash
12
+ namespace : razee
13
+ annotations :
14
+ razee.io/git-repo : " {{{GIT_REMOTE}}}"
15
+ razee.io/commit-sha : " {{TRAVIS_COMMIT}}"
16
+ spec :
17
+ requests :
18
+ - options :
19
+ url : https://github.com/razee-io/Razeedash-api/releases/latest/download/resource.yaml
20
+ - options :
21
+ url : https://github.com/razee-io/Razeedash/releases/latest/download/resource.yaml
22
+ # ALB
You can’t perform that action at this time.
0 commit comments