Giter Site home page Giter Site logo

Comments (1)

mreferre avatar mreferre commented on June 23, 2024

Hi Kevin. Thanks for opening the issue and sorry for the delay. What problem are you seeing? I haven't tested the minikube yamls in ages but I did put together a quick setup (with this: https://gist.github.com/mreferre/92b2f1ba05c6013a1d3d30de6aaa743f) and using the current yaml it seems to be working just fine (I edited the /etc/hosts file manually to make the FQDN point to the VB vm):

ubuntu@ip-172-31-12-124:~/yelb/deployments/platformdeployment/Kubernetes/yaml$ curl yelb.mydomain.com
<!doctype html>
<html>
<head>
    <script src="env.js"></script>
    <meta charset="utf-8">
    <title>Yelb</title>
    <base href="/">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="icon" type="image/x-icon" href="favicon.ico?v=2">
</head>
<body>
<yelb>Loading...</yelb>
<script type="text/javascript" src="inline.bundle.js"></script><script type="text/javascript" src="styles.bundle.js"></script><script type="text/javascript" src="scripts.bundle.js"></script><script type="text/javascript" src="vendor.bundle.js"></script><script type="text/javascript" src="main.bundle.js"></script></body>
</html>

This is what the ingress looks like:

ubuntu@ip-172-31-12-124:~/yelb/deployments/platformdeployment/Kubernetes/yaml$ kubectl get ingress -A 
NAMESPACE   NAME              HOSTS               ADDRESS     PORTS   AGE
default     yelb-ui-ingress   yelb.mydomain.com   10.0.2.15   80      52s

I assume the problem you are seeing is due to the annotation you added in your yaml (that I don't have in mine)?

Thanks.

from yelb.

Related Issues (15)

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.