Add application-set
This commit is contained in:
12
application-set/matrix-git-example/application2/service.yaml
Normal file
12
application-set/matrix-git-example/application2/service.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: matrix-application-2
|
||||
spec:
|
||||
ports:
|
||||
- port: 5000
|
||||
protocol: TCP
|
||||
targetPort: 5000
|
||||
selector:
|
||||
app: matrix-application-2
|
||||
type: ClusterIP
|
||||
Reference in New Issue
Block a user