Skip to content

Commit 7c0af5c

Browse files
committed
Adding .travis.yml and renaming components
1 parent 1e6f467 commit 7c0af5c

7 files changed

Lines changed: 18 additions & 10 deletions

File tree

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
sudo: required
2+
language: go
3+
services:
4+
- docker
5+
script: make test
6+
notifications:
7+
slack:
8+
secure: pWDCV3od8gxvzxh9DrOTvBL54XoCfWYhZZlwd2ZbyyOz6SS12Psg/ZuCT2253p4yMfF/LPlsz76mr7NgcCrMI0ReveTa/rnt3XBZtyY+1rlsQsy2oxgdAzbO587ENCQeMw2F/OWHaixMT8NDqxEqQd6xafK9Zmg6BeBjwgs7XfXKcR3WzNIuCO0ZG05+Yd0FIxmd/8Xm5tGiFEYr05+Ix6MLdF9MSCXZUPeu1EsYXhDljokLq49w63W1UMU10tm4t7VCEdaO+X9w6EJ5Ov8HDxb6L6IviUYY6+IGTZ01nwIoM6OrGQqfEAytYqgTKdehgQzQnAbLI6TW2wJ0twqEsLrlbTa4NW4j0KkazQJkN5kqcKYQvaeKJJhvJIG44Gi/u78pW3S6W7NU5DhrlE6bbxdIBHJW1vJBimkqu2oBNrO5ZoBB9MS9zflBsU5g/pQpVeHWMnWE8fcYDGa1PqAcr7q6wtdPsrVZhnHmmARN3PwZzIVVVsXbaIQG8VLC5grLGnwMf1Y1fz2nK3sVpCftvrYZT3G6CNAASo+eLOwYdZdiJ9jIS7WNLN1GtpIEvjeDt3QRqsDyH8YoAKUvY5h/v8IWPP/BaSwQbJwep4+Dj7xkpXX5/4wm4jEnVFV1p4xE0lD1AXvEMAVHtPhhggvscNhF9j6oeoPju6eTPcxG+5o=

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# How to Contribute
22

33
This project is part of Deis. You can find the latest contribution
4-
guidelines [at the Deis project](https://github.com/deisthree/deis/blob/master/CONTRIBUTING.md).
4+
guidelines [at the Deis project](https://github.com/teamhephy/deis/blob/master/CONTRIBUTING.md).
55

MAINTAINERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Deis Maintainers
22

33
This project is part of Deis. The official maintainers documentation is
4-
located [in the main project](https://github.com/deisthree/deis/blob/master/MAINTAINERS.md).
4+
located [in the main project](https://github.com/teamhephy/deis/blob/master/MAINTAINERS.md).

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Deis Router v2
2+
# Hephy Router v2
33

44
[![Build Status](https://ci.deis.io/job/router/badge/icon)](https://ci.deis.io/job/router)
55
[![codecov.io](https://codecov.io/github/deis/router/coverage.svg?branch=master)](https://codecov.io/github/deis/router?branch=master)
@@ -530,7 +530,7 @@ The Helm [chart][] available for installing router (either with or without the r
530530

531531
* __Do you need to scale the router?__ For greater availability, it's desirable to run more than one instance of the router. _How many_ can only be informed by stress/performance testing the applications in your cluster. To increase the number of router instances from the default of one, increase the number of replicas specified by the `deis-router` deployment object. Do not specify a number of replicas greater than the number of worker nodes in your Kubernetes cluster.
532532

533-
[issues]: https://github.com/deisthree/router/issues
534-
[prs]: https://github.com/deisthree/router/pulls
535-
[chart]: https://github.com/deisthree/router/tree/master/charts/router
536-
[v2.18]: https://github.com/deisthree/workflow/releases/tag/v2.18.0
533+
[issues]: https://github.com/teamhephy/router/issues
534+
[prs]: https://github.com/teamhephy/router/pulls
535+
[chart]: https://github.com/teamhephy/router/tree/master/charts/router
536+
[v2.18]: https://github.com/teamhephy/workflow/releases/tag/v2.18.0

charts/examples/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: examples
2-
home: https://github.com/deisthree/router
2+
home: https://github.com/teamhephy/router
33
version: <Will be populated by the ci before publishing the chart>
44
description: Standalone examples for Deis Router.
55
maintainers:

charts/router/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: router
2-
home: https://github.com/deisthree/router
2+
home: https://github.com/teamhephy/router
33
version: <Will be populated by the ci before publishing the chart>
44
description: Edge router for Deis Workflow.
55
maintainers:

charts/router/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dhparam: ""
88
# requests_cpu: "100m"
99
# requests_memory: "50Mi"
1010

11-
# Any custom router annotations(https://github.com/deisthree/router#annotations)
11+
# Any custom router annotations(https://github.com/teamhephy/router#annotations)
1212
# which need to be applied can be specified as key-value pairs under "deployment_annotations"
1313
#deployment_annotations:
1414
#<example-key>: <example-value>

0 commit comments

Comments
 (0)