Skip to content

Commit

Permalink
Remove world-v1 to have consistent naming in hello-world.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Fisher <[email protected]>
  • Loading branch information
nfisher committed Oct 21, 2019
1 parent cffc9c3 commit ebcb861
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions k8s-daemonset/k8s/hello-world.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ spec:
apiVersion: v1
kind: ReplicationController
metadata:
name: world-v1
name: world
spec:
replicas: 3
selector:
app: world-v1
app: world
template:
metadata:
labels:
app: world-v1
app: world
spec:
dnsPolicy: ClusterFirst
containers:
Expand All @@ -80,10 +80,10 @@ spec:
apiVersion: v1
kind: Service
metadata:
name: world-v1
name: world
spec:
selector:
app: world-v1
app: world
clusterIP: None
ports:
- name: http
Expand Down

0 comments on commit ebcb861

Please sign in to comment.