Gluttony-Cluster/rmfakecloud/rmfakecloud-service.yaml
Tyler Perkins 6dcda137af
All checks were successful
continuous-integration/drone/push Build is passing
Remove sidecar
2024-03-30 16:19:11 -04:00

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