ChitraRJ

Results 1 issues of ChitraRJ

When I use this below docker-compose file for converting into kubernetes file. version: "3" services: redis-master: image: k8s.gcr.io/redis:e2e ports: - target: 6379 published: 6379 redis-slave: image: gcr.io/google_samples/gb-redisslave:v1 ports: - target:...

lifecycle/rotten