mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-06 00:30:59 +00:00
12 lines
176 B
YAML
12 lines
176 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: navidrome
|
|
spec:
|
|
selector:
|
|
app: navidrome
|
|
ports:
|
|
- name: http
|
|
port: 80
|
|
targetPort: 4533
|
|
type: ClusterIP
|