Skip to content

Commit

Permalink
issue #1: fixed yaml linting error for nginx deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Feb 7, 2024
1 parent edf3c83 commit 23f4db3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions kubernetes/apps/demo/nginx-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ spec:
- host: nginx.ninebasetwo.xyz
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: nginx
port:
number: 80
- path: /
pathType: Prefix
backend:
service:
name: nginx
port:
number: 80

# ---
# apiVersion: gateway.networking.k8s.io/v1beta1
Expand Down

0 comments on commit 23f4db3

Please sign in to comment.