Files
swiss-client/k8s/service-test.yaml
Michel ten Voorde 147b396210 Added test migration
2024-11-05 14:33:29 +01:00

13 lines
195 B
YAML

apiVersion: v1
kind: Service
metadata:
name: swiss-test-client
spec:
type: NodePort
selector:
app: swiss-test-client
ports:
- protocol: TCP
port: 4000
nodePort: 30043