Skip to content

Commit

Permalink
Remove unused cloud configs (#1580)
Browse files Browse the repository at this point in the history
  • Loading branch information
vihangm authored Jun 27, 2023
1 parent e56a22d commit c74917b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 21 deletions.
1 change: 0 additions & 1 deletion k8s/cloud/prod/cloud_ingress_managed_cert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ spec:
- withpixie.ai
- work.withpixie.ai
- docs.withpixie.ai
- slackin.withpixie.ai
- segment.withpixie.ai
1 change: 0 additions & 1 deletion k8s/cloud/staging/cloud_ingress_managed_cert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ spec:
- staging.withpixie.dev
- work.staging.withpixie.dev
- docs.staging.withpixie.dev
- slackin.staging.withpixie.dev
- segment.staging.withpixie.dev
1 change: 0 additions & 1 deletion k8s/cloud/testing/cloud_ingress_managed_cert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ spec:
- testing.withpixie.dev
- work.testing.withpixie.dev
- docs.testing.withpixie.dev
- slackin.testing.withpixie.dev
18 changes: 0 additions & 18 deletions src/cloud/proxy/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -260,24 +260,6 @@ http {
}
}

# This is the proxy server for slackin.
server {
listen [::]:56000 ssl http2;
listen 56000 ssl http2;
server_name slackin.@PL_DOMAIN_NAME@;

include /usr/local/openresty/nginx/conf/pixie_compression.conf;

location / {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_http_version 1.1;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
set $slackin "slackin.slackin.svc.cluster.local:58000";
proxy_pass http://$slackin;
}
}

# This is the redirect to the netlify hosted site for docs.
server {
listen [::]:56000 ssl http2;
Expand Down

0 comments on commit c74917b

Please sign in to comment.