Fix typo tcp -> TCP

pull/2208/head^2
Yonathan Randolph 2017-01-12 15:01:14 -08:00 committed by Andrew Chen
parent 56d88e9566
commit b9f53d7991
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ spec:
ports:
- name: web
containerPort: 80
protocol: tcp
protocol: TCP
EOF
```