Gluttony-Cluster/api/api-service.yaml
Tyler Perkins b9fff6937a
All checks were successful
continuous-integration/drone/push Build is passing
Fix port
2023-11-03 18:56:57 -04:00

16 lines
205 B
YAML

apiVersion: v1
kind: Service
metadata:
name: api-service
namespace: api-ns
spec:
type: LoadBalancer
ports:
- name: general-api
port: 8080
targetPort: 80
selector:
app: api-apps