Skip to content

Commit cf5ceae

Browse files
authored
Update ReplicaSet.yml
1 parent ae00378 commit cf5ceae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Kubernetese/ReplicaSet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ spec:
99
replicas: 3
1010
selector:
1111
matchLabels:
12-
type: webserver
12+
app: java
1313
template:
1414
metadata:
1515
name: mypod
1616
labels:
17-
type: webserver
17+
app: java
1818
spec:
1919
containers:
2020
- name: myn1

0 commit comments

Comments
 (0)