Skip to content

Commit

Permalink
Fix Ingress hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
s027 committed Apr 17, 2024
1 parent 07ebe7d commit 2902e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion first-gitops-app/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: nginx
spec:
rules:
- host: https://nginx-labs-w30-s027.labs.nws.netways.de
- host: nginx-labs-w30-s027.labs.nws.netways.de
http:
paths:
- path: /
Expand Down

0 comments on commit 2902e15

Please sign in to comment.