mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
15 lines
200 B
YAML
15 lines
200 B
YAML
---
|
|
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
name: functions
|
|
labels:
|
|
app: functions
|
|
spec:
|
|
ports:
|
|
- port: 8080
|
|
targetPort: http-server
|
|
selector:
|
|
app: functions
|
|
type: LoadBalancer
|