Skip to content

Commit

Permalink
chore: changes in the template
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyadip007 authored Sep 16, 2024
1 parent c5b53d4 commit ca4aeea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/main/resources/openshift/ssr-deployment-rb-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ objects:
environment: ${ENV}
app: ${APP}
app.mpp.io/managed-by: spaship
replicas: 1
replicas: ${REPLICAS}
template:
metadata:
labels:
Expand Down Expand Up @@ -228,4 +228,8 @@ parameters:
required: true
- name: "APP_INSTANCE_PREFIX"
description: "application instance prefix"
required: true
- name: "REPLICAS"
value: "1"
description: "replicas for the application"
required: true
6 changes: 5 additions & 1 deletion src/main/resources/openshift/ssr-deployment-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ objects:
environment: ${ENV}
app: ${APP}
app.mpp.io/managed-by: spaship
replicas: 1
replicas: ${REPLICAS}
template:
metadata:
labels:
Expand Down Expand Up @@ -226,4 +226,8 @@ parameters:
required: true
- name: "APP_INSTANCE_PREFIX"
description: "application instance prefix"
required: true
- name: "REPLICAS"
value: "1"
description: "replicas for the application"
required: true

0 comments on commit ca4aeea

Please sign in to comment.