shumatepf/SK Setup
Performs the deployment steps common to all SK microservices within IDVA.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| require-redis | Boolean indicating whether to ensure sk-redis is available before deployment. | no | false |
| require-postgres | Boolean indicating whether to ensure sk-postgres is available before deployment. | no | false |
| require-elasticsearch | Boolean indicating whether to ensure sk-elasticsearch is available before deployment. | no | false |
| create-required-services | Boolean indicating whether required services should be created if they dont yet exist. | no | false |
| s3-url | The S3 URL for the SK app files | yes | — |
| app-directory | The directory containing the files relevant to the microservice being deployed. | yes | — |
| sk-secrets | The SK secrets used during the vars file generation. | yes | — |
| standard-deployment | Perform a standard "cf push --vars-file vars.yaml --strategy rolling" | no | false |
| target-environment | String indicating the targeted space (dev/test/prod). | no | dev |
| disable-executable | Boolean indicating whether to disable adding executable permissions to downloaded binaries. | no | false |
Outputs
no outputs