Files
homelab/k8s/apps/airtrail/service.yaml
T

16 lines
224 B
YAML
Raw Normal View History

2026-09-12 07:18:56 +03:00
apiVersion: v1
kind: Service
metadata:
name: airtrail
labels:
app: airtrail
spec:
type: ClusterIP
selector:
app: airtrail
ports:
- name: http
protocol: TCP
port: 3000
targetPort: http