Action used to prepare the files necessary for a Kubernetes deployment.
Required The name of the service to deploy.
Required The number of replicas of the service to deploy.
Required The name of the image to deploy.
Required The namespace of the image to deploy.
Required The version of the image to deploy.
uses: gtadam/prepare-kubernetes-deployment-action@latest
with:
SERVICE_NAME: 'my-service'
SERVICE_REPLICA_COUNT: '3'
SERVICE_IMAGE_NAME: 'my-service'
SERVICE_IMAGE_NAMESPACE: 'my-namespace'
SERVICE_IMAGE_VERSION: 'latest'