Files
homelab/k8s/apps/airtrail/service.yaml
T
ab 29c5b00c16
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 6s
Check with kubeconform / lint (push) Successful in 7s
Auto-update README / Generate README and Create MR (push) Successful in 9s
Added airtrail deployment
2026-09-12 07:18:56 +03:00

16 lines
224 B
YAML

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