mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-07 03:20:57 +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
|