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: 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: