10 lines
148 B
YAML
10 lines
148 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: audiobookshelf
|
|
spec:
|
|
selector:
|
|
app: audiobookshelf
|
|
ports:
|
|
- port: 13378
|
|
targetPort: 80
|