Skip to content

Commit

Permalink
fix(CD): ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
thelissimus committed Jan 2, 2024
1 parent 5ab831a commit d7a4b75
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions k8s/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: nginx-ingress-microk8s
labels:
app: nginx-ingress-microk8s
name: nginx-ingress
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /$1
nginx.ingress.kubernetes.io/use-forwarded-headers: "true"
spec:
ingressClassName: nginx
rules:
- host: "backend.keilambda.com"
http:
Expand Down

0 comments on commit d7a4b75

Please sign in to comment.