An Ansible module that enables Continuous Delivery with Red Hat 3scale API Management Platform (3scale AMP)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Nicolas Massé d1aaa07f94 add support for bare Kubernetes 7 years ago
..
README.md add support for bare Kubernetes 7 years ago
job.yaml add support for bare Kubernetes 7 years ago

README.md

Using this Ansible role from Kubernetes

Open job.yaml and to tailor it to your environment. Update at least the hostname and access_token fields of the Secret object.

You can also edit the sso_issuer_endpoint field if your API needs to be secured with OpenID Connect.

Once finished, you can create the job:

kubectl create -f job.yaml

And wait for the job to complete:

kubectl get pods -l job-name=deploy-3scale-api -w