Skip to content

Commit 977f843

Browse files
committed
Add resource config and instructions
1 parent 4f1c796 commit 977f843

File tree

5 files changed

+1004
-0
lines changed

5 files changed

+1004
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules/

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
# Razee
2+
23
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`

kubernetes/Razee/resource.yaml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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

0 commit comments

Comments
 (0)