Initial release
This commit is contained in:
commit
9427cb9e05
12 changed files with 327 additions and 0 deletions
20
templates/weave_ingress.yaml.j2
Normal file
20
templates/weave_ingress.yaml.j2
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
#will not work: weave hate https...
|
||||
apiVersion: extensions/v1beta1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: weave
|
||||
namespace: weave
|
||||
annotations:
|
||||
# ingress.kubernetes.io/whitelist-source-range: "10.96.0.0/12, 10.244.0.0/16, 192.168.18.0/24"
|
||||
traefik.frontend.priority: "10"
|
||||
spec:
|
||||
rules:
|
||||
- host: weave.{{ ingress_domain }}
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
backend:
|
||||
serviceName: weave-scope-app
|
||||
servicePort: 80
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue