explorium-ai/Deploy K8s Application
Deploy Helm Charts and Other kubernetes resources on a Local K3D Cluster or a Remote K8s Cluster.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| install_local_cluster | To Create Local K3D Cluster | yes | true |
| local_cluster_name | Name of Cluster if using K3d Local cluster | no | mycluster |
| local_cluster_args | Args if using K3d Local Cluster | no | -p "8080:80@loadbalancer" -p "9443:443@loadbalancer" --api-port 6443 --servers 1 --agents 1 --verbose --k3s-node-label "node=ondemand@server:0;agent:0" --k3s-arg "--disable=traefik@server:0" |
| k3d-version | Override Default k3d version | no | v5.4.1 |
| pre_commands | Extra commands to run before installing helm charts | no | "" |
| post_commands | Extra commands to run after installing helm charts | no | "" |
| kubeconfig | Kubernetes Cluster Configuration File | no | /home/runner/.kube/config |
| charts | Helm Charts to deploy. Using the following Yaml Syntax | no | "" |
| catch_chart_errors | If to exit on unsuccesful helm chart installations | no | false |
Outputs
no outputs