We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92feaba commit 7100632Copy full SHA for 7100632
1 file changed
manifests/deis-builder-rc.yaml
@@ -1,20 +1,16 @@
1
apiVersion: v1
2
kind: ReplicationController
3
metadata:
4
- # Change the name
5
name: deis-builder
6
labels:
7
heritage: deis
8
spec:
9
replicas: 1
10
-
11
- # Change the selector name
12
selector:
13
app: deis-builder
14
template:
15
16
17
- # Important: these labels need to match the selector above
18
19
20
containers:
0 commit comments