12 lines
196 B
YAML
12 lines
196 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: codimd
|
|
namespace: codimd
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
component: web
|
|
ports:
|
|
- port: 3000
|
|
targetPort: {{ .apps.codimd.port }} |