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
|
||||
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue