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

--set ingress.enabled=true does not work with latest kubernetes, what else do i need to add to my ingress? #116

Open
karezza opened this issue Sep 12, 2021 · 0 comments

Comments

@karezza
Copy link

karezza commented Sep 12, 2021

The error went by quick but looks like the ingress api version used by this chart is no longer supported w/ kube v1.22.1.

I created my own ingress and pointed it at 32400.

I can log in and it detects my old docker-based server and I can watch videos hosted over there but it doesn't see this new server. I was looking to configure the server as documented in step 4, but have been unable to proceed.

Is there something else I need to add to my ingress for the interface to see the new plex server?

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  name: plex
  namespace: plex
  annotations:
    #nginx.ingress.kubernetes.io/proxy-body-size: "0"
    nginx.ingress.kubernetes.io/rewrite-target: /
spec:
  ingressClassName: nginx
  tls:
  - hosts:
    - plex.k-dev.mydomain.net
    secretName: plex
  rules:
  - host: plex.k-dev.mydomain.net
    http:
      paths:
      - path: /
        pathType: Prefix
        backend:
          service:
            name: plex-kube-plex
            port:
              number: 32400
@karezza karezza changed the title ingress enabled = true does not work with latest kubernetes, what else do i need to add to my ingress? --set ingress.enabled=true does not work with latest kubernetes, what else do i need to add to my ingress? Sep 12, 2021
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