fix(07-service): simple service port typo

This commit is contained in:
Charly POLY 2018-10-24 17:54:20 +02:00 committed by GitHub
parent 5b9428df92
commit 8dceb37e3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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