Tyler Perkins
89f898fdbb
All checks were successful
continuous-integration/drone/push Build is passing
15 lines
202 B
YAML
15 lines
202 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
|