added KHM app
This commit is contained in:
14
k8s/apps/khm/service.yaml
Normal file
14
k8s/apps/khm/service.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: khm
|
||||
namespace: khm
|
||||
spec:
|
||||
selector:
|
||||
app: khm
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 8080
|
||||
targetPort: 8080
|
||||
|
Reference in New Issue
Block a user