Files
Kubernetes-Manifests/deprecated/nginx-ingress-controller/netbootxyz-ingress.yaml

26 lines
625 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: netbootxyz
namespace: netbootxyz
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:
- netboot.jsme.be
secretName: netbootxyz-tls
rules:
- host: netboot.jsme.be
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: netbootxyz
port:
number: 3000