mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-27 12:04:56 +02: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
|