Kubernetes.K3s.installLog/services/Dawarich/service-dawarich.yaml
2025-02-11 13:19:25 +11:00

19 lines
283 B
YAML

apiVersion: v1
kind: Service
metadata:
name: dawarich
namespace: dawarich
spec:
ports:
- protocol: TCP
name: app
port: 3000
- protocol: TCP
name: redis
port: 6379
- protocol: TCP
name: db
port: 5432
selector:
app: dawarich