demo update
This commit is contained in:
11
base/getUsers/service.yaml
Normal file
11
base/getUsers/service.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: getusers
|
||||
spec:
|
||||
selector:
|
||||
app: voyger-assign-getusers
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 80
|
||||
targetPort: 5000
|
||||
Reference in New Issue
Block a user