Add application-set

This commit is contained in:
Thomas Philipona
2022-11-01 09:01:03 +01:00
parent 10b6d0b2cd
commit e161343abc
6 changed files with 64 additions and 0 deletions

View 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