Fix typo tcp -> TCP

This commit is contained in:
Yonathan Randolph
2017-01-12 15:01:14 -08:00
committed by Andrew Chen
parent 56d88e9566
commit b9f53d7991
+1 -1
View File
@@ -44,7 +44,7 @@ spec:
ports:
- name: web
containerPort: 80
protocol: tcp
protocol: TCP
EOF
```