agnhost-slave-service.yaml 215 B

12345678910111213141516
  1. apiVersion: v1
  2. kind: Service
  3. metadata:
  4. name: agnhost-slave
  5. labels:
  6. app: agnhost
  7. role: slave
  8. tier: backend
  9. spec:
  10. ports:
  11. - port: 6379
  12. selector:
  13. app: agnhost
  14. role: slave
  15. tier: backend