mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
plex
This commit is contained in:
parent
1067072688
commit
e5cc4d31e9
1 changed files with 53 additions and 54 deletions
|
|
@ -1,54 +1,53 @@
|
||||||
#apiVersion: v1
|
apiVersion: v1
|
||||||
#kind: Service
|
kind: Service
|
||||||
#metadata:
|
metadata:
|
||||||
# name: plex
|
name: plex
|
||||||
#spec:
|
spec:
|
||||||
# ports:
|
ports:
|
||||||
# - name: app
|
- name: app
|
||||||
# port: 32400
|
port: 32400
|
||||||
# protocol: TCP
|
protocol: TCP
|
||||||
# targetPort: 32400
|
targetPort: 32400
|
||||||
# clusterIP: None
|
clusterIP: None
|
||||||
# type: ClusterIP
|
type: ClusterIP
|
||||||
#
|
|
||||||
#---
|
---
|
||||||
#
|
|
||||||
#apiVersion: v1
|
apiVersion: v1
|
||||||
#kind: Endpoints
|
kind: Endpoints
|
||||||
#metadata:
|
metadata:
|
||||||
# name: plex
|
name: plex
|
||||||
#subsets:
|
subsets:
|
||||||
#- addresses:
|
- addresses:
|
||||||
# - ip: 192.168.20.253
|
- ip: 192.168.20.253
|
||||||
# ports:
|
ports:
|
||||||
# - name: app
|
- name: app
|
||||||
# port: 32400
|
port: 32400
|
||||||
# protocol: TCP
|
protocol: TCP
|
||||||
#
|
|
||||||
#---
|
---
|
||||||
#
|
|
||||||
#apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
#kind: Ingress
|
kind: Ingress
|
||||||
#metadata:
|
metadata:
|
||||||
# name: plex-ingress
|
name: plex-ingress
|
||||||
# annotations:
|
annotations:
|
||||||
# kubernetes.io/ingress.class: nginx
|
kubernetes.io/ingress.class: nginx
|
||||||
# cert-manager.io/cluster-issuer: letsencrypt-production
|
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||||
# nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
|
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
|
||||||
#spec:
|
spec:
|
||||||
# rules:
|
rules:
|
||||||
# - host: plex.durp.info
|
- host: plex.durp.info
|
||||||
# http:
|
http:
|
||||||
# paths:
|
paths:
|
||||||
# - path: /
|
- path: /
|
||||||
# pathType: Prefix
|
pathType: Prefix
|
||||||
# backend:
|
backend:
|
||||||
# service:
|
service:
|
||||||
# name: plex
|
name: plex
|
||||||
# port:
|
port:
|
||||||
# number: 32400
|
number: 32400
|
||||||
# tls:
|
tls:
|
||||||
# - hosts:
|
- hosts:
|
||||||
# - plex.durp.info
|
- plex.durp.info
|
||||||
# secretName: plex-tls
|
secretName: plex-tls
|
||||||
#
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue