mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-05 21:51:00 +00:00
11 lines
177 B
YAML
11 lines
177 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: audiobookshelf
|
|
namespace: audiobookshelf
|
|
spec:
|
|
selector:
|
|
app: audiobookshelf
|
|
ports:
|
|
- port: 80
|
|
targetPort: 80
|