Skip to content
Snippets Groups Projects
Commit d7eac94e authored by M9713's avatar M9713
Browse files

Update deployment.yaml

parent 5450b898
No related branches found
No related tags found
No related merge requests found
Pipeline #442042 skipped
......@@ -2,14 +2,14 @@ apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: temp
name: temp
app: default
name: default
namespace: default
spec:
replicas: 2
selector:
matchLabels:
app: temp
app: default
strategy:
rollingUpdate:
maxSurge: 25%
......@@ -18,7 +18,7 @@ spec:
template:
metadata:
labels:
app: temp
app: default
spec:
containers:
- image: gitlab.labranet.jamk.fi:4567/conduitmiau/kubetest:backend
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment