Add example serive
This commit is contained in:
parent
ad52a3c054
commit
618b273ca8
14
k8s/examples/registry/matrix-registry-service.yaml
Normal file
14
k8s/examples/registry/matrix-registry-service.yaml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Service
|
||||||
|
metadata:
|
||||||
|
name: matrix-registry-service
|
||||||
|
namespace: matrix-registry
|
||||||
|
spec:
|
||||||
|
selector:
|
||||||
|
k8s-app: matrix-registry
|
||||||
|
ports:
|
||||||
|
- name: httpregistry
|
||||||
|
protocol: TCP
|
||||||
|
port: 5000
|
||||||
|
targetPort: registry
|
Loading…
Reference in a new issue