-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add carts service Signed-off-by: Finta Gabor <[email protected]> * Add newline at end of file Signed-off-by: Finta Gabor <[email protected]> --------- Signed-off-by: Finta Gabor <[email protected]>
- Loading branch information
1 parent
d7927a2
commit 67763d1
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
apiVersion: v1 | ||
kind: Service | ||
metadata: | ||
name: carts | ||
labels: | ||
name: carts | ||
spec: | ||
ports: | ||
# the port that this service should serve on | ||
- port: 80 | ||
targetPort: 80 | ||
selector: | ||
name: carts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters