We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21ab9f9 commit bfd615dCopy full SHA for bfd615d
k8s-daemonset/k8s/hello-world.yml
@@ -50,15 +50,15 @@ spec:
50
apiVersion: v1
51
kind: ReplicationController
52
metadata:
53
- name: world-v1
+ name: world
54
spec:
55
replicas: 3
56
selector:
57
- app: world-v1
+ app: world
58
template:
59
60
labels:
61
62
63
dnsPolicy: ClusterFirst
64
containers:
@@ -80,10 +80,10 @@ spec:
80
81
kind: Service
82
83
84
85
86
87
clusterIP: None
88
ports:
89
- name: http
0 commit comments