Kubernetes.K3s.installLog/services/Dawarich/service-dawarich.yaml

19 lines
283 B
YAML
Raw Permalink Normal View History

2025-02-11 02:19:25 +00:00
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