mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
13 lines
No EOL
199 B
YAML
13 lines
No EOL
199 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: service
|
|
spec:
|
|
selector:
|
|
component: plex
|
|
type: ClusterIP
|
|
ports:
|
|
- name: https
|
|
port: 32400
|
|
targetPort: 32400
|
|
protocol: TCP |