Skip to content
This repository was archived by the owner on Sep 21, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion shared/charts/couchdb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: couchdb
version: 1.3.0
version: 1.3.1
appVersion: 2.3.1
description: A database featuring seamless multi-master sync, that scales from
big data to mobile, with an intuitive HTTP/JSON API and designed for
Expand Down
20 changes: 20 additions & 0 deletions shared/charts/couchdb/templates/destination_rule.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# This is temporary until underlying Envoy issue is fixed
# https://github.com/envoyproxy/envoy/pull/6578
# Should not be required with Istio 1.1.8 and newer
apiVersion: networking.istio.io/v1alpha3
kind: DestinationRule
metadata:
name: {{ template "couchdb.fullname" . }}
labels:
app: {{ template "couchdb.name" . }}
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
spec:
host: {{ template "couchdb.svcname" . }}.{{ $.Release.Namespace }}.svc.cluster.local
trafficPolicy:
connectionPool:
http:
maxRequestsPerConnection: 1
tls:
mode: ISTIO_MUTUAL
2 changes: 1 addition & 1 deletion shared/charts/gpii-flowmanager/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: gpii-flowmanager
version: 1.6.1
version: 1.6.2
appVersion: 57d0a17da505c8bc28c221c88b8de54447c78dc873c355d0bfd435d28f8b09ee
home: https://github.com/gpii-ops/gpii-infra
description: GPII Flowmanager Service.
Expand Down
20 changes: 20 additions & 0 deletions shared/charts/gpii-flowmanager/templates/destination_rule.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# This is temporary until underlying Envoy issue is fixed
# https://github.com/envoyproxy/envoy/pull/6578
# Should not be required with Istio 1.1.8 and newer
apiVersion: networking.istio.io/v1alpha3
kind: DestinationRule
metadata:
name: {{ template "flowmanager.name" . }}
labels:
app: {{ template "flowmanager.name" . }}
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
spec:
host: {{ template "flowmanager.name" . }}.{{ $.Release.Namespace }}.svc.cluster.local
trafficPolicy:
connectionPool:
http:
maxRequestsPerConnection: 1
tls:
mode: ISTIO_MUTUAL
2 changes: 1 addition & 1 deletion shared/charts/gpii-preferences/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: gpii-preferences
version: 1.6.1
version: 1.6.2
appVersion: 57d0a17da505c8bc28c221c88b8de54447c78dc873c355d0bfd435d28f8b09ee
home: https://github.com/gpii-ops/gpii-infra
description: GPII Preferences Service.
Expand Down
20 changes: 20 additions & 0 deletions shared/charts/gpii-preferences/templates/destination_rule.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# This is temporary until underlying Envoy issue is fixed
# https://github.com/envoyproxy/envoy/pull/6578
# Should not be required with Istio 1.1.8 and newer
apiVersion: networking.istio.io/v1alpha3
kind: DestinationRule
metadata:
name: {{ template "preferences.name" . }}
labels:
app: {{ template "preferences.name" . }}
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
spec:
host: {{ template "preferences.name" . }}.{{ $.Release.Namespace }}.svc.cluster.local
trafficPolicy:
connectionPool:
http:
maxRequestsPerConnection: 1
tls:
mode: ISTIO_MUTUAL