external-rgw.yaml 408 B

12345678910111213141516171819202122
  1. apiVersion: v1
  2. kind: Service
  3. metadata:
  4. name: rook-ceph-rgw-my-store-external
  5. namespace: think-ns
  6. labels:
  7. app: rook-ceph-rgw
  8. rook_cluster: think-ns
  9. rook_object_store: my-store
  10. spec:
  11. ports:
  12. - name: rgw
  13. port: 80
  14. protocol: TCP
  15. targetPort: 80
  16. selector:
  17. app: rook-ceph-rgw
  18. rook_cluster: think-ns
  19. rook_object_store: my-store
  20. sessionAffinity: None
  21. type: NodePort