add onlyoffice, and ingress revision
Some checks failed
/ continuous-deploy (push) Failing after 15s
Some checks failed
/ continuous-deploy (push) Failing after 15s
This commit is contained in:
24
deploy/infra/onlyoffice/ingress.yaml
Normal file
24
deploy/infra/onlyoffice/ingress.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: office-limbosolutions-com
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
kubernetes.io/ingress.class: traefik
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
- public-https
|
||||
routes:
|
||||
- match: Host(`office.limbosolutions.com`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: onlyoffice
|
||||
port: 80
|
||||
middlewares:
|
||||
- name: onlyoffice-headers
|
||||
- name: onlyoffice-security-headers
|
||||
- name: rate-limit
|
||||
|
||||
tls:
|
||||
secretName: office-limbosolutions-com-tls
|
||||
Reference in New Issue
Block a user