Commit 8b551d47 authored by Michelle Noorali's avatar Michelle Noorali

chore(docs): fix nginx example templates

parent 70b29a47
...@@ -15,7 +15,7 @@ metadata: ...@@ -15,7 +15,7 @@ metadata:
# This makes it easy to audit chart usage. # This makes it easy to audit chart usage.
chart: "{{.Chart.Name}}-{{.Chart.Version}}" chart: "{{.Chart.Name}}-{{.Chart.Version}}"
spec: spec:
replicas: {{default 1 .Values.replicaCount | quote}} replicas: {{default 1 .Values.replicaCount}}
template: template:
metadata: metadata:
labels: labels:
......
...@@ -10,7 +10,7 @@ metadata: ...@@ -10,7 +10,7 @@ metadata:
chart: "{{.Chart.Name}}-{{.Chart.Version}}" chart: "{{.Chart.Name}}-{{.Chart.Version}}"
spec: spec:
ports: ports:
- port: {{default 80 .Values.httpPort | quote}} - port: {{default 80 .Values.httpPort}}
targetPort: 80 targetPort: 80
protocol: TCP protocol: TCP
name: http name: http
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment