Skip to content

Commit

Permalink
[istio-endpoints] Bugfix on the ServiceEntry config (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
diranged authored Jun 3, 2021
1 parent a936703 commit e484e03
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/istio-endpoints/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: istio-endpoints
description: Per-Namespace Istio Configuration Chart
type: application
version: 0.1.0
version: 0.1.1
appVersion: latest
maintainers:
- name: diranged
Expand Down
4 changes: 2 additions & 2 deletions charts/istio-endpoints/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Per-Namespace Istio Configuration Chart

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)

[elasticache]: https://aws.amazon.com/elasticache/
[serviceentry]: https://istio.io/latest/docs/reference/config/networking/service-entry/
Expand Down Expand Up @@ -53,7 +53,7 @@ spec:
+ dependencies:
+ - name: istio-endpoints
+ repository: https://k8s-charts.nextdoor.com
+ version: 0.1.0
+ version: 0.1.1
maintainers:
- name: diranged
email: [email protected]
Expand Down
3 changes: 2 additions & 1 deletion charts/istio-endpoints/templates/elasticache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ spec:
*/}}
endpoints:
- address: {{ $cfg.address }}
port: {{ default $global.Values.defaults.elasticacheTargetPort $cfg.targetPort }}
ports:
redis: {{ default $global.Values.defaults.elasticacheTargetPort $cfg.targetPort }}

{{- /*
Inform Istio about the protocol that we are passing here. This is what
Expand Down

0 comments on commit e484e03

Please sign in to comment.