cluster.fun/manifests/jackett/jackett.yaml

28 lines
587 B
YAML
Raw Normal View History

apiVersion: networking.k8s.io/v1
2020-09-20 20:18:17 +00:00
kind: Ingress
metadata:
name: jackett-auth
2020-10-10 15:46:27 +00:00
namespace: inlets
2020-09-20 20:18:17 +00:00
labels:
app: jackett-auth
annotations:
cert-manager.io/cluster-issuer: letsencrypt
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
2020-09-20 20:18:17 +00:00
spec:
ingressClassName: nginx
2020-09-20 20:18:17 +00:00
tls:
- hosts:
- jackett.cluster.fun
secretName: jackett-ingress
rules:
- host: jackett.cluster.fun
http:
paths:
- path: /
pathType: ImplementationSpecific
2020-09-20 20:18:17 +00:00
backend:
service:
name: auth-proxy
port:
number: 80