You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying EG to serve my frontend (web) service on foo.com, www.foo.com (redirect to foo.com) and my api service on api.foo.com with auto-renew of letsencrypt certificates.
api.foo.com must be only accessible on HTTPS and NOT be accessible on HTTP except to get the challenge for the certificate.
My certificate has :
Common foo.com
Subject Alt Names api.foo.com foo.com www.foo.com
I get random 404, I find very few issues regarding this, I'm a bit confused because it's really common to have that kind of setup for a web app.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying EG to serve my frontend (web) service on foo.com, www.foo.com (redirect to foo.com) and my api service on api.foo.com with auto-renew of letsencrypt certificates.
api.foo.com must be only accessible on HTTPS and NOT be accessible on HTTP except to get the challenge for the certificate.
My certificate has :
Common foo.com
Subject Alt Names api.foo.com foo.com www.foo.com
I get random 404, I find very few issues regarding this, I'm a bit confused because it's really common to have that kind of setup for a web app.
Similar issues:
#2675
istio/istio#52853
kubernetes v1.30
eg v1.1.0
cert-manager v1.15.3
In my api repo:
kustomization.yaml
resources/deployment.yaml
resources/gateway-class.yaml
resources/gateway.yaml
resources/http-route.yaml
resources/namespace.yaml
resources/service-account.yaml
resources/service.yaml
In my frontend (web) repo:
kustomization.yaml
resources/deployment.yaml
resources/http-route.yaml
resources/namespace.yaml
resources/service-account.yaml
resources/service.yaml
Beta Was this translation helpful? Give feedback.
All reactions