add local route
This commit is contained in:
@@ -86,8 +86,6 @@ outline:
|
|||||||
key: BUCKET_NAME
|
key: BUCKET_NAME
|
||||||
- name: AWS_S3_UPLOAD_BUCKET_URL
|
- name: AWS_S3_UPLOAD_BUCKET_URL
|
||||||
value: https://objects.alexlebens.dev
|
value: https://objects.alexlebens.dev
|
||||||
- name: AWS_S3_ACCELERATE_URL
|
|
||||||
value: https://objects.alexlebens.dev
|
|
||||||
- name: AWS_S3_FORCE_PATH_STYLE
|
- name: AWS_S3_FORCE_PATH_STYLE
|
||||||
value: true
|
value: true
|
||||||
- name: AWS_S3_ACL
|
- name: AWS_S3_ACL
|
||||||
|
@@ -26,3 +26,33 @@ spec:
|
|||||||
name: rook-ceph-mgr-dashboard
|
name: rook-ceph-mgr-dashboard
|
||||||
port: 7000
|
port: 7000
|
||||||
weight: 100
|
weight: 100
|
||||||
|
|
||||||
|
---
|
||||||
|
apiVersion: gateway.networking.k8s.io/v1
|
||||||
|
kind: HTTPRoute
|
||||||
|
metadata:
|
||||||
|
name: http-route-rook-ceph-rgw
|
||||||
|
namespace: {{ .Release.Namespace }}
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/name: http-route-rook-ceph-rgw
|
||||||
|
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||||
|
app.kubernetes.io/part-of: {{ .Release.Name }}
|
||||||
|
spec:
|
||||||
|
parentRefs:
|
||||||
|
- group: gateway.networking.k8s.io
|
||||||
|
kind: Gateway
|
||||||
|
name: traefik-gateway
|
||||||
|
namespace: traefik
|
||||||
|
hostnames:
|
||||||
|
- objects.alexlebens.net
|
||||||
|
rules:
|
||||||
|
- matches:
|
||||||
|
- path:
|
||||||
|
type: PathPrefix
|
||||||
|
value: /
|
||||||
|
backendRefs:
|
||||||
|
- group: ''
|
||||||
|
kind: Service
|
||||||
|
name: rook-ceph-rgw-ceph-objectstore
|
||||||
|
port: 80
|
||||||
|
weight: 100
|
||||||
|
Reference in New Issue
Block a user