mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-30 02:37:46 +03:00
f69439eaef
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
11 lines
137 B
YAML
11 lines
137 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: account
|
|
spec:
|
|
selector:
|
|
app: account
|
|
ports:
|
|
- port: 80
|
|
targetPort: 3000
|