fix(07-service): simple service port typo (#9)

This commit is contained in:
Charly POLY 2018-10-24 17:56:25 +02:00 committed by Rémy-Christophe Schermesser
parent 5b9428df92
commit 5368968316
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ metadata:
name: simple-internal-service
spec:
ports:
- port: 1234
- port: 80
targetPort: 9876
selector:
app: simple-service