coreos-cincinnati: add new split binaries to the pod
This commit is contained in:
parent
7b6652ae1f
commit
c11372909d
1 changed files with 18 additions and 2 deletions
|
@ -39,11 +39,27 @@ spec:
|
||||||
- containerPort: 8081
|
- containerPort: 8081
|
||||||
- containerPort: 9081
|
- containerPort: 9081
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: "config"
|
- name: "stub-config"
|
||||||
mountPath: "/etc/cincinnati/"
|
mountPath: "/etc/cincinnati/"
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
- name: "fcos-graph-builder"
|
||||||
|
image: "fedora-coreos-cincinnati:dumnati-{{fcos_cincinnati_deploy_git_sha}}"
|
||||||
|
args: [
|
||||||
|
"/usr/local/bin/fcos-graph-builder"
|
||||||
|
]
|
||||||
|
ports:
|
||||||
|
- containerPort: 5050
|
||||||
|
- containerPort: 6060
|
||||||
|
- name: "fcos-policy-engine"
|
||||||
|
image: "fedora-coreos-cincinnati:dumnati-{{fcos_cincinnati_deploy_git_sha}}"
|
||||||
|
args: [
|
||||||
|
"/usr/local/bin/fcos-policy-engine"
|
||||||
|
]
|
||||||
|
ports:
|
||||||
|
- containerPort: 5051
|
||||||
|
- containerPort: 6061
|
||||||
volumes:
|
volumes:
|
||||||
- name: "config"
|
- name: "stub-config"
|
||||||
configMap:
|
configMap:
|
||||||
name: "coreos-cincinnati-config-stub"
|
name: "coreos-cincinnati-config-stub"
|
||||||
triggers:
|
triggers:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue