Files
homelab/k8s/apps/amnezia/fellow-service.yaml
T

17 lines
246 B
YAML
Raw Normal View History

2026-06-29 16:03:54 +03:00
---
apiVersion: v1
kind: Service
metadata:
name: amnezia-fellow
labels:
app: amnezia-fellow
spec:
type: ClusterIP
selector:
app: amnezia-fellow
ports:
- name: http
protocol: TCP
port: 8000
targetPort: 8000