Skip to content

Conversation

@kvaps
Copy link
Contributor

@kvaps kvaps commented Nov 13, 2025

related issue PRO-Robotech/openapi-ui#170

      - children:
        - data:
            cluster: '{2}'
            id: vm-vnc
            namespace: '{reqsJsonPath[0][''.metadata.namespace''][''-'']}'
            substractHeight: 400
            vmName: virtual-machine-{reqsJsonPath[0]['.metadata.name']['-']}
          type: VMVNC
        key: vnc
        label: VNС
Screenshot 2025-11-13 at 1 22 13

Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
@kvaps kvaps changed the base branch from main to feature/dev November 13, 2025 05:43
@kvaps
Copy link
Contributor Author

kvaps commented Nov 13, 2025

This also required to me to add:

       location /k8s {
+          proxy_http_version 1.1;
+          proxy_set_header Upgrade $http_upgrade;
+          proxy_set_header Connection $connection_upgrade;
+          proxy_set_header X-Forwarded-Proto $scheme;
+          proxy_set_header Host $host;
+          proxy_read_timeout 86400s;
+          proxy_send_timeout 86400s;
+
           rewrite /k8s/(.*) /$1  break;
           proxy_pass https://kubernetes.default.svc:443;
       }

to nginx config

Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant