Skip to content

Commit 973c46f

Browse files
committed
Manifest for microk8s
/skip-test Signed-off-by: Alvaro Saurin <[email protected]>
1 parent 8e36937 commit 973c46f

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

deploy/third-party/kind/ambassadorinstallation.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ metadata:
55
name: ambassador
66
spec:
77
installOSS: true
8-
helmRepo: https://github.com/datawire/ambassador-chart/archive/master.zip
98
helmValues:
109
deploymentTool: amb-oper-kind
1110
tolerations:

deploy/third-party/microk8s/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Integration with microk8s
2+
3+
Integration with microk8s.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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

0 commit comments

Comments
 (0)