move resources inside template
This commit is contained in:
10
README.md
10
README.md
@@ -2,6 +2,16 @@
|
||||
|
||||
## Holy crap this is hard
|
||||
|
||||
## Installing
|
||||
|
||||
```bash
|
||||
export SERVER=
|
||||
|
||||
helm template traefik ./helm --values values.yaml | cat - > ~/Infrastructure/$SERVER-traefik.yaml
|
||||
|
||||
cat ~/Infrastructure/$SERVER-traefik.yaml | ssh $SERVER "kubectl apply -f -"
|
||||
```
|
||||
|
||||
## Docs
|
||||
|
||||
Configuration Examples: <https://docs.traefik.io/routing/providers/kubernetes-ingress/>
|
||||
|
||||
@@ -13,11 +13,11 @@ middleware:
|
||||
|
||||
config:
|
||||
ingressclass: traefik
|
||||
http_port: 9080
|
||||
https_port: 9443
|
||||
http_port: 80
|
||||
https_port: 443
|
||||
admin_port: 8080
|
||||
# statsd reporting
|
||||
statsd_endpoint: graphite.ducoterra.net:8125
|
||||
# statsd_endpoint: graphite.ducoterra.net:8125
|
||||
acme_email: ducoterra@icloud.com
|
||||
# zipkin tracing
|
||||
tracing_endpoint: http://zipkin:9411/api/v2/spans
|
||||
# tracing_endpoint: http://zipkin:9411/api/v2/spans
|
||||
Reference in New Issue
Block a user