add nodeport

This commit is contained in:
2025-02-17 21:13:35 -06:00
parent 69e6998f3c
commit 871e67b5d7

View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: plex-external
spec:
selector:
app: my-app
type: NodePort
ports:
- name: http
port: 32400
targetPort: 32400
nodePort: 32400
protocol: TCP