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

View File

@@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
name: plex
namespace: plex
labels:
app.kubernetes.io/name: plex
spec:
selector:
app.kubernetes.io/name: plex
type: ClusterIP
internalTrafficPolicy: Cluster
ports:
- protocol: TCP
port: 8899
targetPort: 80
name: http