osixia / docker-phpLDAPadmin

phpLDAPadmin container image 🐳🌴
MIT License
851 stars 197 forks source link

update ReplicationController to Deployment #99

Closed marcio-pessoa closed 1 year ago

marcio-pessoa commented 2 years ago

ReplicationController is a old fashined way to configure replication, as you can see on official Kubernetes documentation:

https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/

"A Deployment that configures a ReplicaSet is now the recommended way to set up replication."

So, I updated the examples to support Deployment.