Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sitemap endpoint? #145

Closed
paOol opened this issue Mar 8, 2018 · 1 comment
Closed

sitemap endpoint? #145

paOol opened this issue Mar 8, 2018 · 1 comment

Comments

@paOol
Copy link

paOol commented Mar 8, 2018

when i docker-compose up and run my app locally, I am able to go to
/sitemap.xml.
However, when I push the changes to GCE and visit the same endpoint, I try to go to

/sitemap.xml and instead get sent to api/somethingelse/sitemap.xml.

how do I get the correct endpoint to load?

This is my ingress file.

apiVersion: extensions/v1beta1
kind: Ingress
metadata:
  name: example-ingress
  namespace: default
  annotations:
    kubernetes.io/tls-acme: "true"
    kubernetes.io/ingress.class: "gce"
    kubernetes.io/ingress.global-static-ip-name: example-ip
spec:
  tls:
  - hosts:
    - example.com
    secretName: example-tls
  backend:
    serviceName: example
    servicePort: 80
  rules:
  - host: example.com
    http:
      paths:
      - path: /
        backend:
          serviceName: example
          servicePort: 80
@paOol
Copy link
Author

paOol commented Mar 15, 2018

issue was app related.

@paOol paOol closed this as completed Mar 15, 2018
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

No branches or pull requests

1 participant