Add codimd app.
This commit is contained in:
12
apps/codimd/service.yaml
Normal file
12
apps/codimd/service.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: codimd
|
||||
namespace: codimd
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
component: web
|
||||
ports:
|
||||
- port: 3000
|
||||
targetPort: {{ .apps.codimd.port }}
|
Reference in New Issue
Block a user