We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c10ddb3 + 72e5476 commit 9b5cca9Copy full SHA for 9b5cca9
1 file changed
deploy/reverse-watch-service.yaml
@@ -22,6 +22,8 @@ spec:
22
run.googleapis.com/execution-environment: gen2
23
run.googleapis.com/client-name: cloud-console
24
run.googleapis.com/startup-cpu-boost: 'true'
25
+ run.googleapis.com/network-interfaces: '[{"network":"default","subnetwork":"default"}]'
26
+ run.googleapis.com/vpc-access-egress: private-ranges-only
27
spec:
28
containerConcurrency: 50
29
timeoutSeconds: 60
@@ -48,7 +50,7 @@ spec:
48
50
- name: DATABASE_HOST
49
51
valueFrom:
52
secretKeyRef:
- key: '1'
53
+ key: '2'
54
name: db-host
55
- name: DATABASE_USER
56
@@ -71,8 +73,8 @@ spec:
71
73
memory: 8Gi
72
74
startupProbe:
75
timeoutSeconds: 240
- periodSeconds: 240
- failureThreshold: 1
76
+ periodSeconds: 10
77
+ failureThreshold: 24
78
tcpSocket:
79
port: 80
80
livenessProbe:
0 commit comments