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
728828d631
commit
71f7e2ad89
7 changed files with 199 additions and 53 deletions
13
plex/templates/service.yaml
Normal file
13
plex/templates/service.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: service
|
||||
spec:
|
||||
selector:
|
||||
component: plex
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- name: https
|
||||
port: 32400
|
||||
targetPort: 32400
|
||||
protocol: TCP
|
||||
Loading…
Add table
Add a link
Reference in a new issue