
This implementation would allow to use bundle as source of manifests for cli-utils applier, and will also eliminate the need to dump manifests to the filesystem Change-Id: I37f21beaaf4cb2800b50d4ccb18596a4c09ea19b
23 lines
414 B
YAML
23 lines
414 B
YAML
apiVersion: v1
|
|
kind: ReplicationController
|
|
metadata:
|
|
name: test-rc
|
|
namespace: test
|
|
annotations:
|
|
airshipit.org/initinfra: "workflow"
|
|
labels:
|
|
name: test-rc
|
|
airshipit.org/initinfra: "workflow"
|
|
spec:
|
|
replicas: 1
|
|
template:
|
|
metadata:
|
|
labels:
|
|
name: test-rc
|
|
spec:
|
|
containers:
|
|
- name: test-rc
|
|
image: nginx
|
|
ports:
|
|
- containerPort: 80
|