Skip to content

Commit bc59306

Browse files
committed
Merge branch 'master' into fix/probe-timeout-seconds
2 parents 6a68b8d + 9b5cca9 commit bc59306

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

deploy/reverse-watch-service.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ spec:
2222
run.googleapis.com/execution-environment: gen2
2323
run.googleapis.com/client-name: cloud-console
2424
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
2527
spec:
2628
containerConcurrency: 50
2729
timeoutSeconds: 60
@@ -48,7 +50,7 @@ spec:
4850
- name: DATABASE_HOST
4951
valueFrom:
5052
secretKeyRef:
51-
key: '1'
53+
key: '2'
5254
name: db-host
5355
- name: DATABASE_USER
5456
valueFrom:

0 commit comments

Comments
 (0)