Skip to content

Commit bfd615d

Browse files
committed
Remove world-v1 to have consistent naming in hello-world.yml
Signed-off-by: Nathan Fisher <nfisher@junctionbox.ca>
1 parent 21ab9f9 commit bfd615d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

k8s-daemonset/k8s/hello-world.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ spec:
5050
apiVersion: v1
5151
kind: ReplicationController
5252
metadata:
53-
name: world-v1
53+
name: world
5454
spec:
5555
replicas: 3
5656
selector:
57-
app: world-v1
57+
app: world
5858
template:
5959
metadata:
6060
labels:
61-
app: world-v1
61+
app: world
6262
spec:
6363
dnsPolicy: ClusterFirst
6464
containers:
@@ -80,10 +80,10 @@ spec:
8080
apiVersion: v1
8181
kind: Service
8282
metadata:
83-
name: world-v1
83+
name: world
8484
spec:
8585
selector:
86-
app: world-v1
86+
app: world
8787
clusterIP: None
8888
ports:
8989
- name: http

0 commit comments

Comments
 (0)