feat(manifests): Added Homebox deployments.
This commit is contained in:
12
manifests/artemis/homebox/service.yaml
Normal file
12
manifests/artemis/homebox/service.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: homebox-svc
|
||||
spec:
|
||||
selector:
|
||||
app: homebox
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 7745
|
||||
targetPort: 7745
|
||||
Reference in New Issue
Block a user