diff --git a/deployment.yaml b/deployment.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..c3def1fdb5659018e6ee34c0ddbe84121e82cf7a
--- /dev/null
+++ b/deployment.yaml
@@ -0,0 +1,30 @@
+apiVersion: apps/v1
+kind: Deployment
+metadata:
+  labels:
+    app: temp
+  name: temp
+  namespace: default
+spec:
+  replicas: 2
+  selector:
+    matchLabels:
+      app: temp
+  strategy:
+    rollingUpdate:
+      maxSurge: 25%
+      maxUnavailable: 25%
+    type: RollingUpdate
+  template:
+    metadata:
+      labels:
+        app: temp
+    spec:
+      containers:
+      - image: gitlab.labranet.jamk.fi:4567/conduitmiau/kubetest:backend
+        imagePullPolicy: Always
+        name: backend
+    
+      - image: gitlab.labranet.jamk.fi:4567/conduitmiau/kubetest:front
+        imagePullPolicy: Always
+        name: frontend