mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-30 15:25:15 +00:00
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
|