forked from microsoft/playwright
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues-dev5.yaml
More file actions
74 lines (68 loc) · 1.65 KB
/
Copy pathvalues-dev5.yaml
File metadata and controls
74 lines (68 loc) · 1.65 KB
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
service-template:
fullnameOverride: "testzeus-traceviewer"
replicaCount: 1
serviceAccount:
create: true
name: "testzeus-traceviewer-sa"
automount: false # nginx does not call the K8s API
annotations:
iam.gke.io/gcp-service-account: "gke-runtime-dev@dev-testzeus.iam.gserviceaccount.com"
podSecurityContext:
seccompProfile:
type: RuntimeDefault
containers:
- name: trace-viewer
image:
repository: "us-central1-docker.pkg.dev/GCP_PROJECT_ID_DEV/GAR_DOCKER_REPOSITORY_DEV"
tag: latest
pullPolicy: Always
ports:
- containerPort: 80
env:
- name: HOST
value: "0.0.0.0"
- name: PORT
value: "80"
- name: NODE_ENV
value: development
resources:
requests:
cpu: "250m"
memory: "512Mi"
limits:
cpu: "500m"
memory: "512Mi"
readinessProbe:
httpGet:
path: /
port: 80
initialDelaySeconds: 5
periodSeconds: 10
failureThreshold: 3
livenessProbe:
httpGet:
path: /
port: 80
initialDelaySeconds: 10
periodSeconds: 20
failureThreshold: 3
securityContext: {}
service:
enabled: true
type: ClusterIP
port: 80
targetPort: 80
httpRoute:
enabled: true
parentRefs:
- name: testzeus-gateway
namespace: testzeus
sectionName: https
hostnames:
- "tzviewer.dev5.testzeus.app"
rules:
- matches:
- path: /
pathType: PathPrefix
secrets:
enabled: false # No secrets for trace-viewer yet