joshlong/A Basic App Github Action
Does everything to get a container to my prod environment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | the URL of the web application | no | — |
| service | the logical name for the service | yes | — |
| container | the Docker image we are meant to pull and deploy | yes | — |
| exposed | whether or not to setup a static IP | yes | true |
| gke-cluster | the name of the GKE cluster to which to deploy | yes | — |
| port | the port on which the service should run | no | 8080 |
| gke-project | the project of the GKE cluster to which to deploy | yes | — |
| gke-zone | the GKE zone to which to deploy | yes | — |
| gke-service-account-key | the GKE service account with which to deploy the application | yes | — |
| kubernetes-namespace | the Kubernetes namespace in which to deploy | yes | default |
| kubernetes-environment | Comma-separated list of environment variable keys to map | yes | — |
Outputs
no outputs