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 ...@@ -2,14 +2,14 @@ apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
labels: labels:
app: temp app: default
name: temp name: default
namespace: default namespace: default
spec: spec:
replicas: 2 replicas: 2
selector: selector:
matchLabels: matchLabels:
app: temp app: default
strategy: strategy:
rollingUpdate: rollingUpdate:
maxSurge: 25% maxSurge: 25%
...@@ -18,7 +18,7 @@ spec: ...@@ -18,7 +18,7 @@ spec:
template: template:
metadata: metadata:
labels: labels:
app: temp app: default
spec: spec:
containers: containers:
- image: gitlab.labranet.jamk.fi:4567/conduitmiau/kubetest:backend - 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