Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
joozero committed Oct 31, 2023
1 parent 0873565 commit 71a4cb8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,14 @@ spec:
backend:
service:
name: apple-service
port:
port:
number: 5678
- path: /banana
pathType: Prefix
backend:
service:
name: banana-service
port:
port:
number: 5678
ingressClassName: nginx

Expand All @@ -122,4 +122,4 @@ spec:
memory: 100Mi
requests:
cpu: 50m
memory: 50Mi
memory: 50Mi

0 comments on commit 71a4cb8

Please sign in to comment.