Skip to content

Commit

Permalink
Merge pull request #19 from utilitywarehouse/sys-rm-ingress
Browse files Browse the repository at this point in the history
sys: mv ingress into example
  • Loading branch information
george-angel authored Jan 14, 2020
2 parents e4edcfc + fcbd2b4 commit 0d29662
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
14 changes: 0 additions & 14 deletions base/grafana.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: grafana
spec:
rules:
- host: demo-grafana.com
http:
paths:
- backend:
serviceName: grafana
servicePort: 3000
path: /
---
apiVersion: v1
kind: Service
metadata:
Expand Down
13 changes: 13 additions & 0 deletions example/grafana-ingress.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: grafana
spec:
rules:
- host: demo-grafana.com
http:
paths:
- backend:
serviceName: grafana
servicePort: 3000
path: /
2 changes: 2 additions & 0 deletions example/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ kind: Kustomization
bases:
- ../base/
# - github.com/utilitywarehouse/grafana-manifests/base?ref=v1.0.11
resources:
- grafana-ingress.yaml
patchesStrategicMerge:
- grafana.yaml
- grafana-google-auth.yaml
Expand Down

0 comments on commit 0d29662

Please sign in to comment.