-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathservice.yaml
More file actions
36 lines (36 loc) · 967 Bytes
/
service.yaml
File metadata and controls
36 lines (36 loc) · 967 Bytes
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
apiVersion: serving.knative.dev/v1
kind: Service
metadata:
annotations:
client.knative.dev/user-image: gcr.io/buffer-data/label-studio-engage:1.0.1
labels:
cloud.googleapis.com/location: us-central1
name: label-studio-engage
spec:
template:
metadata:
annotations:
autoscaling.knative.dev/maxScale: '1'
run.googleapis.com/client-name: cloud-console
spec:
containerConcurrency: 80
containers:
- env:
- name: PROJECT_NAME
value: engage-labels
- name: USERNAME
value: engage
- name: PASSWORD
value: buffer
image: gcr.io/buffer-data/label-studio-engage:1.0.2
ports:
- containerPort: 8080
resources:
limits:
cpu: 1000m
memory: 512Mi
serviceAccountName: 655891191260-compute@developer.gserviceaccount.com
timeoutSeconds: 300
traffic:
- latestRevision: true
percent: 100