diff --git a/apps/plex/env/k3s-cluster/ingress.yaml b/apps/plex/env/k3s-cluster/ingress.yaml index fa12364..644f310 100644 --- a/apps/plex/env/k3s-cluster/ingress.yaml +++ b/apps/plex/env/k3s-cluster/ingress.yaml @@ -18,4 +18,14 @@ spec: service: name: plex port: - number: 32400 \ No newline at end of file + number: 32400 + - host: "plex-web.cluster.edward.sydney" + http: + paths: + - pathType: Prefix + path: "/" + backend: + service: + name: plex + port: + number: 8899 \ No newline at end of file