Files
homelab/k8s/apps/amnezia/fellow-service.yaml
T
Ultradesu df1aa96316
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 6s
Check with kubeconform / lint (push) Successful in 8s
Auto-update README / Generate README and Create MR (push) Failing after 2m16s
added amnezia-dellow
2026-06-29 16:04:04 +03:00

17 lines
246 B
YAML

---
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