Updated registry parameter
This commit is contained in:
parent
7c0fe62475
commit
7e73d1a84b
@ -24,7 +24,7 @@ objects:
|
|||||||
deploymentconfig: ${APPLICATION_NAME}
|
deploymentconfig: ${APPLICATION_NAME}
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: docker-registry.default.svc:5000/development${IMAGE_REGISTRY_PROJECT_NAME}/${APPLICATION_NAME}:latest
|
- image: docker-registry.default.svc:5000/${IMAGE_REGISTRY_PROJECT_NAME}/${APPLICATION_NAME}:latest
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: ${APPLICATION_NAME}
|
name: ${APPLICATION_NAME}
|
||||||
ports:
|
ports:
|
||||||
@ -47,7 +47,7 @@ objects:
|
|||||||
from:
|
from:
|
||||||
kind: ImageStreamTag
|
kind: ImageStreamTag
|
||||||
name: ${APPLICATION_NAME}:latest
|
name: ${APPLICATION_NAME}:latest
|
||||||
namespace: development
|
namespace: ${IMAGE_REGISTRY_PROJECT_NAME}
|
||||||
type: ImageChange
|
type: ImageChange
|
||||||
- apiVersion: v1
|
- apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user