-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheva-ms-bot-istio.yaml
42 lines (42 loc) · 1.27 KB
/
eva-ms-bot-istio.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
########################################################################################################################
##########################Istio Configurations for eva-msbot, Tested on Istio 1.1.3####################################
########################################################################################################################
---
######################################################
############## - Destination Rule -###################
######################################################
apiVersion: networking.istio.io/v1alpha3
kind: DestinationRule
metadata:
name: @project.artifactId@
namespace: eva
spec:
host: @project.artifactId@
subsets:
- name: v1
labels:
version: v1
---
#####################################################
############## - Virtual Service -###################
#####################################################
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: @project.artifactId@
namespace: eva
spec:
hosts:
- "infobip-dev.eva.bot"
gateways:
- eva-gateway
http:
- match:
- uri:
prefix: /
route:
- destination:
host: @project.artifactId@
port:
number: 8080
timeout: 4s