Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ spec:
cpu: "0.5"
- name: component-monitor
image: quay-proxy.ci.openshift.org/openshift/ci:ship-status-dash_component-monitor_latest
imagePullPolicy: Always
command: ["./component-monitor"]
args:
- "--config-path=/var/repo/release/core-services/ship-status/component-monitor-config.yaml"
Expand Down
3 changes: 3 additions & 0 deletions clusters/app.ci/ship-status-dash/dashboard/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ spec:
mountPath: /tmp/git-sync
- name: db-migration
image: quay-proxy.ci.openshift.org/openshift/ci:ship-status-dash_migrate_latest
imagePullPolicy: Always
command: ["./migrate"]
args:
- "--dsn=$(DATABASE_DSN)"
Expand Down Expand Up @@ -106,6 +107,7 @@ spec:
readOnly: true
- name: dashboard
image: quay-proxy.ci.openshift.org/openshift/ci:ship-status-dash_dashboard_latest
imagePullPolicy: Always
command: ["./dashboard"]
args:
- "--config=/var/repo/release/core-services/ship-status/dashboard-config.yaml"
Expand Down Expand Up @@ -160,6 +162,7 @@ spec:
failureThreshold: 3
- name: ship-status-mcp
image: quay-proxy.ci.openshift.org/openshift/ci:ship-status-dash_mcp_latest
imagePullPolicy: Always
ports:
- containerPort: 8090
name: mcp
Expand Down