initial commit
This commit is contained in:
14
dev/defectdojo/helm/ingressroute-http.yaml
Executable file
14
dev/defectdojo/helm/ingressroute-http.yaml
Executable file
@@ -0,0 +1,14 @@
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: defectdojo-http
|
||||
namespace: defectdojo
|
||||
spec:
|
||||
entryPoints:
|
||||
- web
|
||||
routes:
|
||||
- match: Host(`defectdojo-dev.allarddcs.nl`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: defectdojo-django
|
||||
port: 80
|
||||
Reference in New Issue
Block a user