coreos-cincinnati: use fully-qualified pullspec for the internal registry
This commit is contained in:
parent
c11372909d
commit
663e8d05af
1 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: "dumnati"
|
- name: "dumnati"
|
||||||
image: "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/dumnati",
|
"/usr/local/bin/dumnati",
|
||||||
"-c", "/etc/cincinnati/graph-builder.toml",
|
"-c", "/etc/cincinnati/graph-builder.toml",
|
||||||
|
@ -43,7 +43,7 @@ spec:
|
||||||
mountPath: "/etc/cincinnati/"
|
mountPath: "/etc/cincinnati/"
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: "fcos-graph-builder"
|
- name: "fcos-graph-builder"
|
||||||
image: "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"
|
||||||
]
|
]
|
||||||
|
@ -51,7 +51,7 @@ spec:
|
||||||
- containerPort: 5050
|
- containerPort: 5050
|
||||||
- containerPort: 6060
|
- containerPort: 6060
|
||||||
- name: "fcos-policy-engine"
|
- name: "fcos-policy-engine"
|
||||||
image: "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"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue