feat(applications): Add stirling-pdf
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: HTTPRoute
|
||||
metadata:
|
||||
name: stirling-pdf
|
||||
namespace: stirling-pdf
|
||||
spec:
|
||||
parentRefs:
|
||||
- name: traefik-gateway
|
||||
namespace: traefik
|
||||
kind: Gateway
|
||||
sectionName: websecure
|
||||
hostnames:
|
||||
- pdf.whyredfire.dev
|
||||
rules:
|
||||
- matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /
|
||||
backendRefs:
|
||||
- name: stirling-pdf
|
||||
port: 8080
|
||||
|
||||
Reference in New Issue
Block a user