caktus / ansible-role-django-k8s

Ansible role with sane defaults to deploy a Django app to Kubernetes.
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Allow overriding `Service` `spec.type` and `spec.loadBalancerIP` for services #51

Closed tobiasmcnulty closed 2 years ago

tobiasmcnulty commented 2 years ago

This PR allows changing the service spec.type and spec.loadBalancerIP for Redis, Memcached, and RabbitMQ.

This can be useful if you need to expose these services to other assets outside of the cluster itself.