-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelm_output.yml
358 lines (358 loc) · 9.19 KB
/
helm_output.yml
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
---
# Source: app-template/templates/service-account.yaml
apiVersion: v1
kind: ServiceAccount
metadata:
name: beta-ssr-example
labels:
helm-chart-release: app-template-0.6.1
release: ssr-example
app-id: "207972"
app: beta-ssr-example
environment: beta
development-team-email: rockettechccesystems
deploy-date: 2020-12-17
annotations:
eks.amazonaws.com/role-arn: "arn:aws:iam::097916242697:role/eks/role-eks-beta-207972-ssr-example-us-east-2"
---
# Source: app-template/charts/cluster-ingress-template/templates/service.yaml
apiVersion: v1
kind: Service
metadata:
name: beta-ssr-example
labels:
helm-chart-release: cluster-ingress-template-0.1.0
release: ssr-example
app-id: "207972"
app: beta-ssr-example
environment: beta
development-team-email: rockettechccesystems
deploy-date: 2020-12-17
spec:
selector:
app: beta-ssr-example
app-id: "207972"
environment: beta
type: ClusterIP
ports:
- port: 80
targetPort: 8080
protocol: TCP
name: http
---
# Source: app-template/templates/deployment.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
name: beta-ssr-example
labels:
helm-chart-release: app-template-0.6.1
release: ssr-example
app-id: "207972"
app: beta-ssr-example
environment: beta
development-team-email: rockettechccesystems
deploy-date: 2020-12-17
canary: "false"
spec:
replicas: 1
selector:
matchLabels:
app-id: "207972"
app: beta-ssr-example
environment: beta
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 50%
maxSurge: 100%
template:
metadata:
labels:
helm-chart-release: app-template-0.6.1
release: ssr-example
app-id: "207972"
app: beta-ssr-example
environment: beta
development-team-email: rockettechccesystems
deploy-date: 2020-12-17
canary: "false"
annotations:
sidecar.istio.io/rewriteAppHTTPProbers: "true"
spec:
affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
podAffinityTerm:
labelSelector:
matchExpressions:
- key: app
operator: In
values: [beta-ssr-example]
topologyKey: "kubernetes.io/hostname"
serviceAccountName: beta-ssr-example
containers:
- name: beta-ssr-example
image: 097916242697.dkr.ecr.us-east-2.amazonaws.com/eks-beta-208024-ssr_example_app:bb8c7417ca19dc668b5d72201be5267b40ab4417
imagePullPolicy: IfNotPresent
securityContext:
runAsUser: 2000
allowPrivilegeEscalation: false
env:
- name: AWS_REGION
value: "us-east-2"
- name: ASPNETCORE_ENVIRONMENT
value: "beta"
readinessProbe:
httpGet:
path: /
port: 8080
periodSeconds: 15
initialDelaySeconds: 10
timeoutSeconds: 5
ports:
- containerPort: 8080
resources:
limits:
cpu: 500m
memory: 512Mi
requests:
cpu: 125m
memory: 128Mi
securityContext:
fsGroup: 65534
---
# Source: app-template/templates/hpa.yaml
apiVersion: autoscaling/v2beta2
kind: HorizontalPodAutoscaler
metadata:
name: beta-ssr-example
labels:
helm-chart-release: app-template-0.6.1
release: ssr-example
app-id: "207972"
app: beta-ssr-example
environment: beta
development-team-email: rockettechccesystems
deploy-date: 2020-12-17
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: beta-ssr-example
minReplicas: 1
maxReplicas: 20
metrics:
- type: Resource
resource:
name: cpu
target:
type: Utilization
averageUtilization: 70
---
# Source: app-template/charts/external-ingress-template/templates/ingress-gateway.yaml
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: beta-ssr-example
annotations:
route53/health-check-path: /
route53/health-check-fqdn: "us-east-2-ssr-example.beta.ccessr.foc.zone"
zalando.org/aws-load-balancer-scheme: internet-facing
kubernetes.io/ingress.class: alb-istio
external-dns.alpha.kubernetes.io/aws-region: us-east-2
external-dns.alpha.kubernetes.io/set-identifier: beta-ssr-example-us-east-2
labels:
helm-chart-release: external-ingress-template-0.1.0
release: ssr-example
app-id: "207972"
app: beta-ssr-example
environment: beta
development-team-email: rockettechccesystems
deploy-date: 2020-12-17
spec:
rules:
- host: "ssr-example.beta.ccessr.foc.zone"
http:
paths:
- backend:
serviceName: beta-ssr-example
servicePort: 80
- host: "us-east-2-ssr-example.beta.ccessr.foc.zone"
http:
paths:
- backend:
serviceName: beta-ssr-example
servicePort: 80
---
# Source: app-template/charts/cluster-ingress-template/templates/authorization-policy.yaml
apiVersion: security.istio.io/v1beta1
kind: AuthorizationPolicy
metadata:
name: "scratch-sleep-beta-ssr-example-rbac"
labels:
helm-chart-release: cluster-ingress-template-0.1.0
release: ssr-example
app-id: "207972"
app: beta-ssr-example
environment: beta
development-team-email: rockettechccesystems
deploy-date: 2020-12-17
spec:
selector:
matchLabels:
app: beta-ssr-example
app-id: "207972"
environment: beta
rules:
- from:
- source:
principals:
- "cluster.local/ns/scratch/sa/sleep"
to:
- operation:
methods:
- "*"
paths:
- "/*"
---
# Source: app-template/charts/external-ingress-template/templates/jwt-authorization-policy.yaml
apiVersion: security.istio.io/v1beta1
kind: AuthorizationPolicy
metadata:
name: "beta-ssr-example-jwt"
namespace: ssr
labels:
helm-chart-release: external-ingress-template-0.1.0
release: ssr-example
app-id: "207972"
app: beta-ssr-example
environment: beta
development-team-email: rockettechccesystems
deploy-date: 2020-12-17
spec:
selector:
matchLabels:
app: beta-ssr-example
app-id: "207972"
environment: beta
rules:
- to:
- operation:
methods: ["GET"]
paths:
- /
hosts:
- "ssr-example.beta.ccessr.foc.zone"
- "us-east-2-ssr-example.beta.ccessr.foc.zone"
- from:
- source:
principals: ["cluster.local/ns/istio-system/sa/istio-ingressgateway-service-account"]
to:
- operation:
hosts:
- "ssr-example.beta.ccessr.foc.zone"
- "us-east-2-ssr-example.beta.ccessr.foc.zone"
methods:
- "*"
paths:
- "/*"
---
# Source: app-template/charts/cluster-ingress-template/templates/destination-rule.yaml
apiVersion: networking.istio.io/v1beta1
kind: DestinationRule
metadata:
name: beta-ssr-example
spec:
host: beta-ssr-example.ssr.svc.cluster.local
trafficPolicy:
tls:
mode: ISTIO_MUTUAL
subsets:
- name: primary
labels:
app: beta-ssr-example
app-id: "207972"
environment: beta
---
# Source: app-template/charts/external-ingress-template/templates/ingress-gateway.yaml
apiVersion: networking.istio.io/v1beta1
kind: Gateway
metadata:
name: beta-ssr-example
labels:
helm-chart-release: external-ingress-template-0.1.0
release: ssr-example
app-id: "207972"
app: beta-ssr-example
environment: beta
development-team-email: rockettechccesystems
deploy-date: 2020-12-17
spec:
selector:
istio: ingressgateway
servers:
- port:
number: 80
name: http
protocol: HTTP
hosts:
- "ssr-example.beta.ccessr.foc.zone"
- "us-east-2-ssr-example.beta.ccessr.foc.zone"
---
# Source: app-template/charts/cluster-egress-template/templates/service-entry.yaml
apiVersion: networking.istio.io/v1beta1
kind: ServiceEntry
metadata:
name: foc-beta-ssr-example
labels:
helm-chart-release: cluster-egress-template-0.1.0
release: ssr-example
app-id: "207972"
app: beta-ssr-example
environment: beta
development-team-email: rockettechccesystems
deploy-date: 2020-12-17
spec:
hosts:
- "*.foc.zone"
exportTo:
- "."
location: MESH_EXTERNAL
ports:
- number: 443
name: foc
protocol: HTTPS
resolution: NONE
---
# Source: app-template/charts/cluster-ingress-template/templates/virtual-service.yaml
apiVersion: networking.istio.io/v1beta1
kind: VirtualService
metadata:
name: beta-ssr-example
labels:
helm-chart-release: cluster-ingress-template-0.1.0
release: ssr-example
app-id: "207972"
app: beta-ssr-example
environment: beta
development-team-email: rockettechccesystems
deploy-date: 2020-12-17
spec:
gateways:
- beta-ssr-example
- mesh
hosts:
- beta-ssr-example.ssr.svc.cluster.local
- "ssr-example.beta.ccessr.foc.zone"
- "us-east-2-ssr-example.beta.ccessr.foc.zone"
http:
- match:
- uri:
prefix: /
route:
- destination:
host: beta-ssr-example.ssr.svc.cluster.local
subset: primary
weight: 100