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

[dashboard] Allow access via nginx-ingress #37

Open
kvaps opened this issue Mar 13, 2024 · 0 comments
Open

[dashboard] Allow access via nginx-ingress #37

kvaps opened this issue Mar 13, 2024 · 0 comments
Assignees
Labels
good first issue Good for newcomers
Milestone

Comments

@kvaps
Copy link
Member

kvaps commented Mar 13, 2024

Some of users trying to use port-forward as persistent method for accessing dashboard, we need to provide them more stable method for accessing dashboard

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  annotations:
    cert-manager.io/cluster-issuer: letsencrypt-prod
    kubernetes.io/ingress.class: tenant-root
    acme.cert-manager.io/http01-ingress-class: tenant-root
  name: dashboard-ingress
  namespace: cozy-dashboard
spec:
  ingressClassName: tenant-root
  rules:
  - host: demo.cozystack.io
    http:
      paths:
      - backend:
          service:
            name: dashboard
            port:
              number: 80
        path: /
        pathType: Prefix
  tls:
  - hosts:
    - demo.cozystack.io
    secretName: dashboard-ingress-tls
@kvaps kvaps added this to the v0.2.0 milestone Mar 13, 2024
@kvaps kvaps added the good first issue Good for newcomers label Apr 17, 2024
@themoriarti themoriarti self-assigned this Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: No status
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants