Tyler Perkins
6dcda137af
All checks were successful
continuous-integration/drone/push Build is passing
14 lines
220 B
YAML
14 lines
220 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: rmfakecloud-service
|
|
namespace: rmfakecloud-ns
|
|
spec:
|
|
selector:
|
|
app: rmfakecloud
|
|
type: LoadBalancer
|
|
ports:
|
|
- name: rmfakecloud
|
|
port: 80
|
|
targetPort: 3000
|