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 b90a705 commit edf3c83
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions kubernetes/apps/demo/nginx-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
- name: nginx
image: nginx:1.14.2
ports:
- containerPort: 80
- containerPort: 80

---
apiVersion: v1
Expand Down Expand Up @@ -54,11 +54,11 @@ metadata:
kubernetes.io/tls-acme: "true"
spec:
ingressClassName: nginx
tls:
- hosts:
tls:
- hosts:
- nginx.ninebasetwo.xyz
secretName: aciacfia-tls
rules:
secretName: aciacfia-tls
rules:
- host: nginx.ninebasetwo.xyz
http:
paths:
Expand Down

0 comments on commit edf3c83

Please sign in to comment.