coreos-cincinnati: add new split binaries to the pod

This commit is contained in:
Luca BRUNO 2020-07-17 10:01:36 +00:00
parent 7b6652ae1f
commit c11372909d
No known key found for this signature in database
GPG key ID: A9834A2252078E4E

View file

@ -39,11 +39,27 @@ spec:
- containerPort: 8081
- containerPort: 9081
volumeMounts:
- name: "config"
- name: "stub-config"
mountPath: "/etc/cincinnati/"
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:
- name: "config"
- name: "stub-config"
configMap:
name: "coreos-cincinnati-config-stub"
triggers: