File tree 3 files changed +32
-1
lines changed
3 files changed +32
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ metadata:
5
5
name : ambassador
6
6
spec :
7
7
installOSS : true
8
- helmRepo : https://github.com/datawire/ambassador-chart/archive/master.zip
9
8
helmValues :
10
9
deploymentTool : amb-oper-kind
11
10
tolerations :
Original file line number Diff line number Diff line change
1
+ # Integration with microk8s
2
+
3
+ Integration with microk8s.
Original file line number Diff line number Diff line change
1
+ ---
2
+ apiVersion : getambassador.io/v2
3
+ kind : AmbassadorInstallation
4
+ metadata :
5
+ name : ambassador
6
+ spec :
7
+ installOSS : true
8
+ helmValues :
9
+ deploymentTool : amb-oper-microk8s
10
+ tolerations :
11
+ - key : " node-role.kubernetes.io/master"
12
+ operator : Equal
13
+ effect : NoSchedule
14
+ replicaCount : 1
15
+ deploymentStrategy :
16
+ type : Recreate
17
+ nodeSelector :
18
+ ingress-ready : " true"
19
+ service :
20
+ type : NodePort
21
+ ports :
22
+ - name : http
23
+ port : 80
24
+ targetPort : 8080
25
+ protocol : TCP
26
+ - name : https
27
+ port : 443
28
+ targetPort : 8443
29
+ protocol : TCP
You can’t perform that action at this time.
0 commit comments