Skip to content

Commit

Permalink
default backend for ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
wardviaene committed Apr 20, 2022
1 parent 895ec81 commit 3a2e045
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ingress/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ metadata:
annotations:
kubernetes.io/ingress.class: k8s.io/ingress-nginx
spec:
#To specify a default backend, uncomment the following lines:
#defaultBackend:
# service:
# name: echoheaders-default
# port:
# number: 80
rules:
- host: helloworld-v1.example.com
http:
Expand Down

0 comments on commit 3a2e045

Please sign in to comment.