Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions deploy/reverse-watch-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ spec:
run.googleapis.com/execution-environment: gen2
run.googleapis.com/client-name: cloud-console
run.googleapis.com/startup-cpu-boost: 'true'
run.googleapis.com/network-interfaces: '[{"network":"default","subnetwork":"default"}]'
run.googleapis.com/vpc-access-egress: private-ranges-only
Comment thread
cursor[bot] marked this conversation as resolved.
spec:
containerConcurrency: 50
timeoutSeconds: 60
Expand All @@ -48,7 +50,7 @@ spec:
- name: DATABASE_HOST
valueFrom:
secretKeyRef:
key: '1'
key: '2'
name: db-host
- name: DATABASE_USER
valueFrom:
Expand All @@ -71,8 +73,8 @@ spec:
memory: 8Gi
startupProbe:
timeoutSeconds: 240
periodSeconds: 240
failureThreshold: 1
periodSeconds: 10
failureThreshold: 24
tcpSocket:
port: 80
livenessProbe:
Expand Down
Loading