Unverified Commit ed9d7e4f authored by Vihang Mehta's avatar Vihang Mehta Committed by Copybara
Browse files

Fixup some missing/broken k8s configs


Summary: Discovered some small issues when recreating the testing cluster.

Test Plan: Deployed cloud to testing

Reviewers: michelle

Reviewed By: michelle
Signed-off-by: default avatarVihang Mehta <vihang@pixielabs.ai>

Differential Revision: https://phab.corp.pixielabs.ai/D11702

GitOrigin-RevId: f54857a9f2d355f7e62a7baf4b3926877478d4d7
parent 435273e4
Showing with 5 additions and 2 deletions
+5 -2
......@@ -21,6 +21,7 @@ replicas:
count: 3
resources:
- frontend_config.yaml
- cloud_ingress_managed_cert.yaml
- cloud_proxy_backend_config.yaml
- vzconn_backend_config.yaml
- ../base
......
......@@ -19,6 +19,7 @@ replicas:
count: 3
resources:
- frontend_config.yaml
- cloud_ingress_managed_cert.yaml
- cloud_proxy_backend_config.yaml
- vzconn_backend_config.yaml
- ../base
......
......@@ -5,7 +5,7 @@ metadata:
name: cloud-proxy-backend-config
spec:
securityPolicy:
name: pixie-cloud-staging-ingress-policy
name: pixie-cloud-testing-ingress-policy
timeoutSec: 3600
connectionDraining:
drainingTimeoutSec: 60
......
......@@ -19,6 +19,7 @@ replicas:
count: 3
resources:
- frontend_config.yaml
- cloud_ingress_managed_cert.yaml
- cloud_proxy_backend_config.yaml
- vzconn_backend_config.yaml
- ../base
......
......@@ -5,7 +5,7 @@ metadata:
name: vzconn-backend-config
spec:
securityPolicy:
name: pixie-cloud-staging-ingress-policy
name: pixie-cloud-testing-ingress-policy
# This means that our streams will timeout after 1hr.
timeoutSec: 3600
cdn:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment