added SSO, ingress to ingressRoute
All checks were successful
/ continuous-deploy (push) Successful in 19s
All checks were successful
/ continuous-deploy (push) Successful in 19s
This commit is contained in:
15
deploy/infra/public-https-ingress-route.yaml
Normal file
15
deploy/infra/public-https-ingress-route.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: public-https
|
||||
spec:
|
||||
entryPoints:
|
||||
- public-https
|
||||
routes:
|
||||
- match: Host(`git.limbosolutions.com`) && !PathPrefix(`-/admin`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: gitea-http
|
||||
port: 3000
|
||||
tls:
|
||||
secretName: limbosolutions-com-tls
|
||||
Reference in New Issue
Block a user