updated ingress
This commit is contained in:
parent
cf7f98a1a9
commit
6147128570
1 changed files with 7 additions and 0 deletions
|
|
@ -4,10 +4,17 @@ metadata:
|
||||||
name: proxy-detection-ingress
|
name: proxy-detection-ingress
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||||
|
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
||||||
|
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
app: proxy-detection-api
|
app: proxy-detection-api
|
||||||
spec:
|
spec:
|
||||||
|
ingressClassName: nginx
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- proxy-detection.stare.gg
|
||||||
|
secretName: proxy-detection-stare-gg-tls
|
||||||
rules:
|
rules:
|
||||||
- host: proxy-detection.stare.gg
|
- host: proxy-detection.stare.gg
|
||||||
http:
|
http:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue