initially working
This commit is contained in:
22
deployment/ingress.yml
Normal file
22
deployment/ingress.yml
Normal file
@ -0,0 +1,22 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: defectdojo
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-production-http
|
||||
spec:
|
||||
tls:
|
||||
- hosts:
|
||||
- defectdojo.hottis.de
|
||||
secretName: defectdojo-cert
|
||||
rules:
|
||||
- host: defectdojo.hottis.de
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: defectdojo-django
|
||||
port:
|
||||
number: 80
|
Reference in New Issue
Block a user