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