add app plex

This commit is contained in:
2024-07-24 17:52:27 +10:00
parent 6ff872cdb6
commit e926ece6b5
6 changed files with 80 additions and 14 deletions

21
apps/plex/env/k3s-cluster/ingress.yaml vendored Normal file
View File

@@ -0,0 +1,21 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: plex-ingress
namespace: plex
annotations:
nginx.ingress.kubernetes.io/ssl-redirect: "false"
nginx.ingress.kubernetes.io/use-regex: "true"
spec:
ingressClassName: nginx
rules:
- host: "plex.cluster.edward.sydney"
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: plex
port:
number: 8899