coreos-cincinnati: minor deployment update
This commit is contained in:
parent
e7cac8ff13
commit
1253d9b316
1 changed files with 2 additions and 8 deletions
|
@ -33,11 +33,6 @@ spec:
|
||||||
"/usr/local/bin/dumnati",
|
"/usr/local/bin/dumnati",
|
||||||
"-c", "/etc/cincinnati/graph-builder.toml",
|
"-c", "/etc/cincinnati/graph-builder.toml",
|
||||||
]
|
]
|
||||||
ports:
|
|
||||||
- containerPort: 8080
|
|
||||||
- containerPort: 9080
|
|
||||||
- containerPort: 8081
|
|
||||||
- containerPort: 9081
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: "stub-config"
|
- name: "stub-config"
|
||||||
mountPath: "/etc/cincinnati/"
|
mountPath: "/etc/cincinnati/"
|
||||||
|
@ -46,6 +41,7 @@ spec:
|
||||||
image: "docker-registry.default.svc:5000/coreos-cincinnati/fedora-coreos-cincinnati:dumnati-{{fcos_cincinnati_deploy_git_sha}}"
|
image: "docker-registry.default.svc:5000/coreos-cincinnati/fedora-coreos-cincinnati:dumnati-{{fcos_cincinnati_deploy_git_sha}}"
|
||||||
args: [
|
args: [
|
||||||
"/usr/local/bin/fcos-graph-builder",
|
"/usr/local/bin/fcos-graph-builder",
|
||||||
|
"-v",
|
||||||
"-c", "/etc/cincinnati/graph-builder.toml",
|
"-c", "/etc/cincinnati/graph-builder.toml",
|
||||||
]
|
]
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
@ -56,15 +52,13 @@ spec:
|
||||||
image: "docker-registry.default.svc:5000/coreos-cincinnati/fedora-coreos-cincinnati:dumnati-{{fcos_cincinnati_deploy_git_sha}}"
|
image: "docker-registry.default.svc:5000/coreos-cincinnati/fedora-coreos-cincinnati:dumnati-{{fcos_cincinnati_deploy_git_sha}}"
|
||||||
args: [
|
args: [
|
||||||
"/usr/local/bin/fcos-policy-engine",
|
"/usr/local/bin/fcos-policy-engine",
|
||||||
|
"-v",
|
||||||
"-c", "/etc/cincinnati/policy-engine.toml",
|
"-c", "/etc/cincinnati/policy-engine.toml",
|
||||||
]
|
]
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: "stub-config"
|
- name: "stub-config"
|
||||||
mountPath: "/etc/cincinnati/"
|
mountPath: "/etc/cincinnati/"
|
||||||
readOnly: true
|
readOnly: true
|
||||||
ports:
|
|
||||||
- containerPort: 5051
|
|
||||||
- containerPort: 6061
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: "stub-config"
|
- name: "stub-config"
|
||||||
configMap:
|
configMap:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue