We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b93b6ca commit 9888e50Copy full SHA for 9888e50
4 files changed
content/modules/ROOT/examples/bgd-base/bgd-route.yaml
@@ -11,3 +11,6 @@ spec:
11
kind: Service
12
name: bgd
13
weight: 100
14
+ tls:
15
+ termination: Edge
16
+ insecureEdgeTerminationPolicy: Redirect
content/modules/ROOT/examples/bgd-helm-chart/templates/route.yaml
name: {{ .Release.Name }}
content/modules/ROOT/examples/bgd/bgd-route.yaml
@@ -11,3 +11,7 @@ spec:
17
+
content/modules/ROOT/examples/todo/todo-route.yaml
@@ -12,4 +12,7 @@ spec:
to:
name: todo-gitops
- weight: 100
+ weight: 100
18
0 commit comments