chore(docs): fix nginx example templates

pull/1381/head
Michelle Noorali 8 years ago
parent 70b29a47d0
commit 8b551d474c

@ -15,7 +15,7 @@ metadata:
# This makes it easy to audit chart usage.
chart: "{{.Chart.Name}}-{{.Chart.Version}}"
spec:
replicas: {{default 1 .Values.replicaCount | quote}}
replicas: {{default 1 .Values.replicaCount}}
template:
metadata:
labels:

@ -10,7 +10,7 @@ metadata:
chart: "{{.Chart.Name}}-{{.Chart.Version}}"
spec:
ports:
- port: {{default 80 .Values.httpPort | quote}}
- port: {{default 80 .Values.httpPort}}
targetPort: 80
protocol: TCP
name: http

Loading…
Cancel
Save