-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskaffold.yaml
93 lines (93 loc) · 2.36 KB
/
skaffold.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
apiVersion: skaffold/v2beta26
kind: Config
profiles:
- name: istio
deploy:
kustomize:
paths:
- istio/
- name: istio-config
deploy:
kubectl:
manifests:
- istio/ingress_class.yaml
- istio/cluster_issuer.yaml
- istio/certificate.yaml
- istio/gateway.yaml
- name: cert-manager
deploy:
kubectl:
manifests:
- https://github.com/jetstack/cert-manager/releases/download/v1.6.1/cert-manager.yaml
- name: contour
deploy:
kustomize:
paths:
- contour/
- name: argocd
deploy:
kubectl:
manifests:
- argocd/namespace.yaml
- argocd/argocd.yaml
defaultNamespace: argocd
kustomize:
paths:
- argocd/image-updater
defaultNamespace: argocd
- name: argo
deploy:
kubectl:
manifests:
- https://raw.githubusercontent.com/argoproj/argo-workflows/master/manifests/quick-start-postgres.yaml
- name: argo-dataflow
deploy:
kubectl:
manifests:
- https://raw.githubusercontent.com/argoproj-labs/argo-dataflow/main/config/quick-start.yaml
- https://raw.githubusercontent.com/argoproj-labs/argo-dataflow/main/config/apps/argo-server.yaml
defaultNamespace: argo-dataflow-system
- name: smallstep-ca
deploy:
helm:
releases:
- name: step-certificates
remoteChart: smallstep/step-certificates
valuesFiles:
- smallstep/step-ca.yaml
namespace: ca
createNamespace: true
- name: step-issuer
remoteChart: smallstep/step-issuer
namespace: ca
createNamespace: true
valuesFiles:
- smallstep/step-issuer.yaml
kubectl:
manifests:
- smallstep/networking.yaml
- name: loki
deploy:
helm:
releases:
- name: loki
remoteChart: grafana/loki
upgradeOnChange: true
namespace: kube-public
- name: promtail
remoteChart: grafana/promtail
upgradeOnChange: true
namespace: kube-public
- name: cilium
deploy:
helm:
releases:
- name: cilium
remoteChart: cilium/cilium
version: "1.11.0"
valuesFiles:
- cilium/values.yaml
namespace: kube-public
kubectl:
manifests:
- https://raw.githubusercontent.com/cilium/cilium/v1.11/examples/kubernetes/clustermesh/cilium-etcd-external-service/cilium-etcd-external-nodeport.yaml