Fix: Reintroduce HTTPRoute configuration for OpenProject with updated routing settings
This commit is contained in:
parent
000b617dae
commit
bc8a44ed89
@ -4,16 +4,6 @@ openproject:
|
||||
|
||||
persistence:
|
||||
enabled: false
|
||||
|
||||
route:
|
||||
main:
|
||||
enabled: true
|
||||
hostnames:
|
||||
- openproject.noxxos.nl
|
||||
parentRefs:
|
||||
- name: traefik-gateway
|
||||
namespace: traefik
|
||||
sectionName: websecure
|
||||
|
||||
s3:
|
||||
enabled: true
|
||||
@ -47,10 +37,27 @@ route:
|
||||
subPath: enterprise_token.rb
|
||||
readOnly: true
|
||||
|
||||
|
||||
|
||||
|
||||
extraObjects:
|
||||
- apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: HTTPRoute
|
||||
metadata:
|
||||
name: openproject
|
||||
namespace: openproject
|
||||
spec:
|
||||
parentRefs:
|
||||
- name: traefik-gateway
|
||||
namespace: traefik
|
||||
sectionName: websecure
|
||||
hostnames:
|
||||
- openproject.noxxos.nl
|
||||
rules:
|
||||
- matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /
|
||||
backendRefs:
|
||||
- name: openproject
|
||||
port: 8080
|
||||
- apiVersion: postgresql.cnpg.io/v1
|
||||
kind: Cluster
|
||||
metadata:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user