We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 337062f commit 3bc723eCopy full SHA for 3bc723e
Makefile
@@ -1,4 +1,4 @@
1
-YORKIE_VERSION := 0.6.20
+YORKIE_VERSION := 0.6.21-rc
2
3
GO_PROJECT = github.com/yorkie-team/yorkie
4
build/charts/yorkie-cluster/templates/istio/ingress.yaml
@@ -53,3 +53,15 @@ spec:
53
name: yorkie-gateway
54
port:
55
number: 80
56
+ {{ if .Values.ingress.hosts.apiHost2 }}
57
+ - host: {{ .Values.ingress.hosts.apiHost2 }}
58
+ http:
59
+ paths:
60
+ - path: /
61
+ pathType: Prefix
62
+ backend:
63
+ service:
64
+ name: yorkie-gateway
65
+ port:
66
+ number: 80
67
+ {{ end }}
0 commit comments