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

add a simple kubenetes.yaml file #1874

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

bbigras
Copy link

@bbigras bbigras commented Nov 25, 2021

@CLAassistant
Copy link

CLAassistant commented Nov 25, 2021

CLA assistant check
All committers have signed the CLA.

@vercel
Copy link

vercel bot commented Nov 25, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/athens-research/athens/453Yrd8i4cvcv97rs3mtjN9j3i5k
✅ Preview: https://athens-git-fork-bbigras-k8s-athens-research.vercel.app

@bbigras
Copy link
Author

bbigras commented Nov 26, 2021

a traefik ingress should be something like:

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  name: athens
  annotations:
    kubernetes.io/ingress.class: "traefik"
spec:
  rules:
  - host: athens.my_domain.com
    http:
      paths:
      - path: /
        pathType: Prefix
        backend:
          service:
            name: athens
            port:
              number: 3010

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.

None yet

2 participants