diff --git a/deploy/reverse-watch-service.yaml b/deploy/reverse-watch-service.yaml index 462ffbf..7f8170c 100644 --- a/deploy/reverse-watch-service.yaml +++ b/deploy/reverse-watch-service.yaml @@ -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 spec: containerConcurrency: 50 timeoutSeconds: 60 @@ -48,7 +50,7 @@ spec: - name: DATABASE_HOST valueFrom: secretKeyRef: - key: '1' + key: '2' name: db-host - name: DATABASE_USER valueFrom: @@ -71,8 +73,8 @@ spec: memory: 8Gi startupProbe: timeoutSeconds: 240 - periodSeconds: 240 - failureThreshold: 1 + periodSeconds: 10 + failureThreshold: 24 tcpSocket: port: 80 livenessProbe: