infra4talos/apps-kustomized/bucket/service.yaml

21 lines
402 B
YAML

apiVersion: v1
kind: Service
metadata:
name: rook-ceph-rgw-bucketstore-external
labels:
app: rook-ceph-rgw
rook_cluster: rook-ceph
rook_object_store: bucketstore
spec:
ports:
- name: rgw
port: 80
protocol: TCP
targetPort: 8080
selector:
app: rook-ceph-rgw
rook_cluster: rook-ceph
rook_object_store: bucketstore
sessionAffinity: None
type: LoadBalancer