-
Notifications
You must be signed in to change notification settings - Fork 25
/
service.yaml
47 lines (47 loc) · 1.54 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
39
40
41
42
43
44
45
46
47
apiVersion: serving.knative.dev/v1
kind: Service
metadata:
annotations:
client.knative.dev/user-image: europe-west1-docker.pkg.dev/serverless-atamel/cloud-run-source-deploy/health-checks
run.googleapis.com/ingress: all
run.googleapis.com/ingress-status: all
run.googleapis.com/launch-stage: ALPHA
labels:
cloud.googleapis.com/location: europe-west1
name: health-checks
namespace: '422012409783'
spec:
template:
metadata:
annotations:
autoscaling.knative.dev/maxScale: '100'
client.knative.dev/user-image: europe-west1-docker.pkg.dev/serverless-atamel/cloud-run-source-deploy/health-checks
run.googleapis.com/client-name: gcloud
run.googleapis.com/client-version: 386.0.0
name: health-checks-00003-wut
spec:
containerConcurrency: 80
containers:
- image: europe-west1-docker.pkg.dev/serverless-atamel/cloud-run-source-deploy/health-checks@sha256:2f6d69bb7366ccc43e7d2947a5b35803d5a314ff371d0a645cbdae6091cafc85
startupProbe:
httpGet:
path: /started
failureThreshold: 30
periodSeconds: 10
livenessProbe:
httpGet:
path: /healthz
failureThreshold: 30
periodSeconds: 10
ports:
- containerPort: 8080
name: http1
resources:
limits:
cpu: 1000m
memory: 512Mi
serviceAccountName: [email protected]
timeoutSeconds: 300
traffic:
- latestRevision: true
percent: 100