kube-cascade/vaultwarden/ingress.yaml

27 lines
591 B
YAML
Raw Normal View History

2023-04-28 01:52:09 +00:00
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: vaultwarden
namespace: vaultwarden
annotations:
haproxy-ingress.github.io/ssl-redirect: "true"
2023-06-09 19:42:05 +00:00
haproxy-ingress.github.io/timeout-client: 5m
haproxy-ingress.github.io/timeout-server: 5m
2023-04-28 01:52:09 +00:00
spec:
ingressClassName: haproxy
rules:
- host: warden.strudelline.net
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: vaultwarden
port:
number: 80
tls:
- hosts:
- warden.strudelline.net
secretName: wildcard-tls