Added test migration
This commit is contained in:
12
k8s/service-test.yaml
Normal file
12
k8s/service-test.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: swiss-test-client
|
||||
spec:
|
||||
type: NodePort
|
||||
selector:
|
||||
app: swiss-test-client
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 4000
|
||||
nodePort: 30043
|
||||
Reference in New Issue
Block a user