Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
chore: removed REPLICAS parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Aug 2, 2019
1 parent a159a48 commit c9605a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions openshift/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ parameters:
required: true
name: MEMORY_LIMIT
value: 2G
- description: Number of deployment replicas
displayName: Number of deployment replicas
required: true
name: REPLICAS
value: '1'
objects:
- kind: DeploymentConfig
apiVersion: v1
Expand All @@ -59,7 +54,7 @@ objects:
annotations:
configmap.fabric8.io/update-on-change: launcher,launcher-clusters
spec:
replicas: ${{REPLICAS}}
replicas: 1
selector:
service: launcher-application
strategy:
Expand Down
7 changes: 1 addition & 6 deletions templates/openshift/launcher-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,6 @@ parameters:
required: true
name: LAUNCHER_MEMORY_LIMIT
value: 2G
- description: Number of deployment replicas
displayName: Number of deployment replicas
required: true
name: LAUNCHER_REPLICAS
value: '1'
- name: LAUNCHER_MISSIONCONTROL_OPENSHIFT_TOKEN
displayName: OpenShift token
description: OpenShift token (leave empty when using Keycloak with OpenShift as an Identity Provider or user/password above)
Expand Down Expand Up @@ -251,7 +246,7 @@ objects:
annotations:
configmap.fabric8.io/update-on-change: launcher,launcher-clusters
spec:
replicas: ${{LAUNCHER_REPLICAS}}
replicas: 1
selector:
service: launcher-application
strategy:
Expand Down

0 comments on commit c9605a5

Please sign in to comment.