novaweb-mobi/Apply K8s Deployment in SSH Server
Applies a k8s template into a SSH server. This gets the variables to fill the template from the environment, so to use a variable TEST just add {{ TEST }} to your template and set the variable in the step on the action.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| SSH_HOST | The IP or resolvable hostname of the server | yes | — |
| SSH_PORT | The port in which the SSH server is listening | yes | 22 |
| SSH_USER | The username in the remote host | yes | deploy |
| K8S_NAMESPACE | The namespace in which to deploy | yes | default |
| DEPLOYMENT_FILE | The template file to deploy | yes | deploy/deployment.yml |
| DEPLOYMENT_NAME | The deployment to watch for rollout | no | — |
| ROLLOUT_TIMEOUT | The time in minutes to wait for the deployment to complete | no | 1 |
| IMAGE | The image to add on the deployment | yes | — |
| TAG | The image tag to add on the deployment | yes | — |
Outputs
no outputs