Some cleanup
This commit is contained in:
parent
b8bcf95107
commit
fa84cb2546
2 changed files with 9 additions and 5 deletions
|
@ -4,9 +4,9 @@ objects:
|
|||
- apiVersion: v1
|
||||
kind: DeploymentConfig
|
||||
metadata:
|
||||
name: ${APP}
|
||||
labels:
|
||||
app: ${APP}
|
||||
name: ${APP}
|
||||
spec:
|
||||
replicas: ${REPLICAS}
|
||||
selector:
|
||||
|
@ -38,9 +38,9 @@ objects:
|
|||
- apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: ${APP}
|
||||
labels:
|
||||
app: ${APP}
|
||||
name: ${APP}
|
||||
spec:
|
||||
ports:
|
||||
- name: 8080-tcp
|
||||
|
@ -53,9 +53,9 @@ objects:
|
|||
- apiVersion: v1
|
||||
kind: Route
|
||||
metadata:
|
||||
name: ${APP}
|
||||
labels:
|
||||
app: ${APP}
|
||||
name: ${APP}
|
||||
spec:
|
||||
port:
|
||||
targetPort: 8080-tcp
|
||||
|
@ -82,3 +82,7 @@ parameters:
|
|||
displayName: Replicas
|
||||
name: REPLICAS
|
||||
value: "1"
|
||||
- description: The durability of reclaimed storage volumes.
|
||||
displayName: Storage durability
|
||||
name: STORAGE_DURABILITY
|
||||
value: permanent
|
||||
|
|
|
@ -4,15 +4,15 @@ objects:
|
|||
- apiVersion: v1
|
||||
kind: ImageStream
|
||||
metadata:
|
||||
name: frontend
|
||||
labels:
|
||||
app: frontend
|
||||
name: frontend
|
||||
- apiVersion: v1
|
||||
kind: BuildConfig
|
||||
metadata:
|
||||
name: frontend
|
||||
labels:
|
||||
app: frontend
|
||||
name: frontend
|
||||
spec:
|
||||
output:
|
||||
to:
|
||||
|
|
Loading…
Reference in a new issue