feat(apps): Expose garage service to s3.whyredfire.dev
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: HTTPRoute
|
||||
metadata:
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "2"
|
||||
name: garage-s3
|
||||
namespace: garage
|
||||
spec:
|
||||
hostnames:
|
||||
- s3.whyredfire.dev
|
||||
parentRefs:
|
||||
- kind: Gateway
|
||||
name: traefik-gateway
|
||||
namespace: traefik
|
||||
sectionName: websecure
|
||||
rules:
|
||||
- backendRefs:
|
||||
- name: garage
|
||||
port: 3900
|
||||
matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /
|
||||
@@ -1,5 +1,6 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- httproute-s3.yaml
|
||||
- sealed-secret.yaml
|
||||
- service-admin.yaml
|
||||
|
||||
Reference in New Issue
Block a user