Skip to content

add a simple kubenetes.yaml file#1874

Open
bbigras wants to merge 1 commit into
athensresearch:mainfrom
bbigras:k8s
Open

add a simple kubenetes.yaml file#1874
bbigras wants to merge 1 commit into
athensresearch:mainfrom
bbigras:k8s

Conversation

@bbigras

@bbigras bbigras commented Nov 25, 2021

Copy link
Copy Markdown

@CLAassistant

CLAassistant commented Nov 25, 2021

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@vercel

vercel Bot commented Nov 25, 2021

Copy link
Copy Markdown

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

bbigras commented Nov 26, 2021

Copy link
Copy Markdown
Author

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.

2 participants