Skip to content

Commit

Permalink
Merge pull request #8 from gdoteof/janus-gateway
Browse files Browse the repository at this point in the history
Janus gateway chart
  • Loading branch information
gdoteof committed Jun 11, 2023
2 parents e09a030 + 395d14a commit e6de96e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions kubernetes/flux/repositories/git/janus.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: janus
namespace: flux-system
spec:
interval: 30m
url: https://github.com/snapp-incubator/webrtc-charts
ref:
tag: v0.0.1
ignore: |
# exclude all
/*
# include kubernetes directory
!/charts/janus
1 change: 1 addition & 0 deletions kubernetes/flux/repositories/git/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ kind: Kustomization
resources:
- ./local-path-provisioner.yaml
- ./olm.yaml
- ./janus.yaml

0 comments on commit e6de96e

Please sign in to comment.