Tyler Perkins
839da40a2f
All checks were successful
continuous-integration/drone/push Build is passing
14 lines
223 B
YAML
14 lines
223 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: activepieces-service
|
|
namespace: activepieces-ns
|
|
spec:
|
|
selector:
|
|
app: activepieces
|
|
ports:
|
|
- protocol: TCP
|
|
port: 80
|
|
targetPort: 80
|
|
type: LoadBalancer
|