mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 04:22:18 +08:00
Koschei stg: use one image common for frontend and backend
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# https://docs.openshift.com/container-platform/3.11/rest_api/oapi/v1.DeploymentConfig.html#object-schema
|
||||
apiVersion: v1
|
||||
kind: DeploymentConfig
|
||||
metadata:
|
||||
@@ -17,7 +18,8 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: frontend
|
||||
image: quay.io/koschei/frontend:latest
|
||||
image: quay.io/koschei/koschei:latest
|
||||
command: [/usr/bin/koschei-frontend]
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
volumeMounts:
|
||||
|
||||
Reference in New Issue
Block a user