add other recipes
This commit is contained in:
16
apps/recipes/ingress.yaml
Normal file
16
apps/recipes/ingress.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: mealie-ingressroute
|
||||
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`recipes.kluster.moll.re`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: mealie-web
|
||||
port: 9000
|
||||
tls:
|
||||
certResolver: default-tls
|
Reference in New Issue
Block a user