Skip to content

Commit

Permalink
set ingress options
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafasoylu committed May 17, 2024
1 parent c658b9f commit 03aa0ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions manifests/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: orbital-satellite-tracker-ingress
namespace: satellite
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
cert-manager.io/cluster-issuer: 'letsencrypt-prod'
kubernetes.io/ingress.class: 'nginx'
nginx.ingress.kubernetes.io/force-ssl-redirect: 'true'
nginx.ingress.kubernetes.io/ssl-redirect: 'true'
nginx.ingress.kubernetes.io/use-regex: 'true'
spec:
ingressClassName: nginx
rules:
- host: satellites.sodisol.com
http:
Expand Down

0 comments on commit 03aa0ec

Please sign in to comment.