Giter Site home page Giter Site logo

Comments (3)

shanehughes1990 avatar shanehughes1990 commented on July 28, 2024 1

For the k8s people

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  annotations:
    cert-manager.io/cluster-issuer: ISSUER-NAME
    kubernetes.io/ingress.class: nginx
    nginx.ingress.kubernetes.io/proxy-body-size: 10240m
    nginx.ingress.kubernetes.io/ssl-redirect: "true"
  name: INGRESS-RESOURCE-NAME
  namespace: NAMESPACE-NAME
spec:
  rules:
  - host: DNS-ADDRESS
    http:
      paths:
      - backend:
          service:
            name: SERVICE-NAME
            port:
              name: SERVICE-PORT-NAME
        path: /
  tls:
  - hosts:
    - DNS-ADDRESS
    secretName: TLS-SECRET-NAME

from speed-test.

openspeedtest avatar openspeedtest commented on July 28, 2024

Behind reverse proxy? https://github.com/openspeedtest/Speed-Test#docker-install-instructions

from speed-test.

shanehughes1990 avatar shanehughes1990 commented on July 28, 2024

Wow I have to apologize, I completely glazed over that 🤣, I set it to 10G I suppose it makes sense... the new results
image
Which is actually accurate due to the fact that gke depending on the machine type limits bandwidth currently capped at 300 so this is accurate now, Thank you for the assistance apologize again for glazing over that part......

from speed-test.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.