Skip to content

Commit 84fd116

Browse files
authored
[nginx] Changed README.md due to bug (wrong description) (CloudPirates-io#197)
Update README.md
1 parent 7403e9d commit 84fd116

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

charts/nginx/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@ To run Nginx on port 8080 with matching health checks:
5757

5858
```yaml
5959
# my-values.yaml
60-
containerPort: 8080
60+
containerPorts:
61+
- name: http
62+
containerPort: 8080
63+
protocol: TCP
64+
6165
serverConfig: |
6266
server {
6367
listen 0.0.0.0:8080;

0 commit comments

Comments
 (0)