forked from morey-tech/argocd-keptn-demo
-
Notifications
You must be signed in to change notification settings - Fork 28
/
kind-cluster.yaml
21 lines (21 loc) · 862 Bytes
/
kind-cluster.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
name: argocd-keptn
nodes:
- role: control-plane
- role: worker
- role: worker
- role: worker
extraPortMappings:
- containerPort: 31443 # NodePort for Argo CD `argocd-server` service (dashboard).
hostPort: 8080 # Port on host running the kind cluster.
- containerPort: 31444 # NodePort for Keptn `lifecycle-operator-metrics-service` service (metrics).
hostPort: 8081
- containerPort: 31445 # NodePort for Grafana `observability-stack-grafana` service (dashboards).
hostPort: 8082
- containerPort: 31446 # NodePort for Keptn `lifecycle-metrics-service` service (metrics)
hostPort: 8083
- containerPort: 32000 # NodePort for demo `simplenode` service.
hostPort: 8090
- containerPort: 32001 # NodePort for demo `podtatohead` service.
hostPort: 8091