-
Notifications
You must be signed in to change notification settings - Fork 0
/
service.yaml
38 lines (38 loc) · 1.33 KB
/
service.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
apiVersion: serving.knative.dev/v1
kind: Service
metadata:
annotations:
client.knative.dev/user-image: europe-north1-docker.pkg.dev/autotennis/cloud-run-source-deploy/autotennis
run.googleapis.com/ingress: all
run.googleapis.com/ingress-status: all
run.googleapis.com/operation-id: 5846ae38-e361-46fa-b235-200716c64422
labels:
cloud.googleapis.com/location: europe-north1
name: autotennis
namespace: '815999600375'
spec:
template:
metadata:
annotations:
autoscaling.knative.dev/maxScale: '100'
autoscaling.knative.dev/minScale: '1'
client.knative.dev/user-image: europe-north1-docker.pkg.dev/autotennis/cloud-run-source-deploy/autotennis
run.googleapis.com/client-name: gcloud
run.googleapis.com/client-version: 417.0.1
name: autotennis-00017-wuc
spec:
containerConcurrency: 80
containers:
- image: europe-north1-docker.pkg.dev/autotennis/cloud-run-source-deploy/autotennis@sha256:6ef7547b05dffd20a1bed075b8922137d4de75758cb44ed234b3f0d325281bf5
ports:
- containerPort: 8080
name: http1
resources:
limits:
cpu: 1000m
memory: 512Mi
serviceAccountName: [email protected]
timeoutSeconds: 300
traffic:
- latestRevision: true
percent: 100