Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexFenlon committed Sep 5, 2024
1 parent 4e81c84 commit 28e5f89
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ spec:
- name: ip-listener-1-http
port: 8083
protocol: HTTP
ipv4ip: 127.0.0.1
ipv6ip: ::1
ipv4: 127.0.0.1
ipv6: ::1
- name: ip-listener-2-https
port: 8443
protocol: HTTP
ipv4ip: 127.0.0.2
ipv6ip: ::1
ipv4: 127.0.0.2
ipv6: ::1
ssl: true

0 comments on commit 28e5f89

Please sign in to comment.