19 lines
325 B
YAML
19 lines
325 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: dawarich-svc
|
|
namespace: dawarich
|
|
spec:
|
|
ports:
|
|
- name: http
|
|
port: 80
|
|
protocol: TCP
|
|
targetPort: 3000
|
|
- name: redis
|
|
port: 6379
|
|
protocol: TCP
|
|
targetPort: 6379
|
|
selector:
|
|
app: dawarich
|
|
|