Added test migration

This commit is contained in:
Michel ten Voorde
2024-11-05 14:33:29 +01:00
parent e654a103f9
commit 147b396210
3 changed files with 34 additions and 0 deletions

20
k8s/deployment-test.yaml Normal file
View File

@@ -0,0 +1,20 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: swiss-test-client
spec:
replicas: 1
selector:
matchLabels:
app: swiss-test-client
template:
metadata:
labels:
app: swiss-test-client
spec:
containers:
- name: swiss-test-client
image: upquark/swiss-client:latest
imagePullPolicy: Always
ports:
- containerPort: 4000