deploy
All checks were successful
Build and Push Container Image / build-and-push (push) Successful in 8m29s
All checks were successful
Build and Push Container Image / build-and-push (push) Successful in 8m29s
This commit is contained in:
16
deploy/base/ingress.yaml
Normal file
16
deploy/base/ingress.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: mal-ingress
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
- web
|
||||
routes:
|
||||
- match: Host(`mal.melosh.tech`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: mal
|
||||
port: 3000
|
||||
tls:
|
||||
secretName: mal-tls
|
||||
Reference in New Issue
Block a user