updated ingress

This commit is contained in:
Bojan Kucera 2025-06-05 21:52:07 -04:00
parent cf7f98a1a9
commit 6147128570

View file

@ -4,10 +4,17 @@ metadata:
name: proxy-detection-ingress
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
nginx.ingress.kubernetes.io/ssl-redirect: "true"
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
labels:
app: proxy-detection-api
spec:
ingressClassName: nginx
tls:
- hosts:
- proxy-detection.stare.gg
secretName: proxy-detection-stare-gg-tls
rules:
- host: proxy-detection.stare.gg
http: