Skip to content

Commit

Permalink
Adding .travis.yml and renaming components
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptophobia committed Dec 4, 2017
1 parent 1e6f467 commit 7c0af5c
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
@@ -0,0 +1,8 @@
sudo: required
language: go
services:
- docker
script: make test
notifications:
slack:
secure: pWDCV3od8gxvzxh9DrOTvBL54XoCfWYhZZlwd2ZbyyOz6SS12Psg/ZuCT2253p4yMfF/LPlsz76mr7NgcCrMI0ReveTa/rnt3XBZtyY+1rlsQsy2oxgdAzbO587ENCQeMw2F/OWHaixMT8NDqxEqQd6xafK9Zmg6BeBjwgs7XfXKcR3WzNIuCO0ZG05+Yd0FIxmd/8Xm5tGiFEYr05+Ix6MLdF9MSCXZUPeu1EsYXhDljokLq49w63W1UMU10tm4t7VCEdaO+X9w6EJ5Ov8HDxb6L6IviUYY6+IGTZ01nwIoM6OrGQqfEAytYqgTKdehgQzQnAbLI6TW2wJ0twqEsLrlbTa4NW4j0KkazQJkN5kqcKYQvaeKJJhvJIG44Gi/u78pW3S6W7NU5DhrlE6bbxdIBHJW1vJBimkqu2oBNrO5ZoBB9MS9zflBsU5g/pQpVeHWMnWE8fcYDGa1PqAcr7q6wtdPsrVZhnHmmARN3PwZzIVVVsXbaIQG8VLC5grLGnwMf1Y1fz2nK3sVpCftvrYZT3G6CNAASo+eLOwYdZdiJ9jIS7WNLN1GtpIEvjeDt3QRqsDyH8YoAKUvY5h/v8IWPP/BaSwQbJwep4+Dj7xkpXX5/4wm4jEnVFV1p4xE0lD1AXvEMAVHtPhhggvscNhF9j6oeoPju6eTPcxG+5o=
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
@@ -1,5 +1,5 @@
# How to Contribute

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

2 changes: 1 addition & 1 deletion MAINTAINERS.md
@@ -1,4 +1,4 @@
# Deis Maintainers

This project is part of Deis. The official maintainers documentation is
located [in the main project](https://github.com/deisthree/deis/blob/master/MAINTAINERS.md).
located [in the main project](https://github.com/teamhephy/deis/blob/master/MAINTAINERS.md).
10 changes: 5 additions & 5 deletions README.md
@@ -1,5 +1,5 @@

# Deis Router v2
# Hephy Router v2

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

* __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.

[issues]: https://github.com/deisthree/router/issues
[prs]: https://github.com/deisthree/router/pulls
[chart]: https://github.com/deisthree/router/tree/master/charts/router
[v2.18]: https://github.com/deisthree/workflow/releases/tag/v2.18.0
[issues]: https://github.com/teamhephy/router/issues
[prs]: https://github.com/teamhephy/router/pulls
[chart]: https://github.com/teamhephy/router/tree/master/charts/router
[v2.18]: https://github.com/teamhephy/workflow/releases/tag/v2.18.0
2 changes: 1 addition & 1 deletion charts/examples/Chart.yaml
@@ -1,5 +1,5 @@
name: examples
home: https://github.com/deisthree/router
home: https://github.com/teamhephy/router
version: <Will be populated by the ci before publishing the chart>
description: Standalone examples for Deis Router.
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/router/Chart.yaml
@@ -1,5 +1,5 @@
name: router
home: https://github.com/deisthree/router
home: https://github.com/teamhephy/router
version: <Will be populated by the ci before publishing the chart>
description: Edge router for Deis Workflow.
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/router/values.yaml
Expand Up @@ -8,7 +8,7 @@ dhparam: ""
# requests_cpu: "100m"
# requests_memory: "50Mi"

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

0 comments on commit 7c0af5c

Please sign in to comment.