Reset git history for making manifests public
This commit is contained in:
27
deprecated/nginx-ingress-controller/technitium-ingress.yml
Normal file
27
deprecated/nginx-ingress-controller/technitium-ingress.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: technitium-ingress
|
||||
namespace: technitium
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: azure-dns
|
||||
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
||||
nginx.ingress.kubernetes.io/backend-protocol: "HTTP"
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
tls:
|
||||
- hosts:
|
||||
- dns1.jsme.be
|
||||
secretName: technitium-tls
|
||||
rules:
|
||||
- host: dns1.jsme.be
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: technitium
|
||||
port:
|
||||
number: 5380
|
||||
|
||||
Reference in New Issue
Block a user