Skip to content

Commit

Permalink
Merge pull request #8 from zmailloux/dolphin
Browse files Browse the repository at this point in the history
please
  • Loading branch information
zmailloux authored Feb 20, 2019
2 parents 2f27d24 + 4555bec commit c753595
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions charts/meta-project/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ spec:
- host: {{ $fullName }}.{{ . }}
http:
paths:
- path: /
- path: /external/?(.*)
backend:
serviceName: {{ $fullName }}
servicePort: 9000
- path: /external
servicePort: 9001
- path: /?(.*)
backend:
serviceName: {{ $fullName }}
servicePort: 9001
servicePort: 9000
{{- end }}
{{- end }}
4 changes: 2 additions & 2 deletions charts/meta-project/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ ingress:
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/ssl-redirect: "true"
nginx.ingress.kubernetes.io/rewrite-target: /
# path: /
nginx.ingress.kubernetes.io/rewrite-target: /$1

hosts:
- zach.zebra.engineering
tls: []
Expand Down

0 comments on commit c753595

Please sign in to comment.