Tyler Perkins
99bfb45aae
All checks were successful
continuous-integration/drone/push Build is passing
16 lines
207 B
YAML
16 lines
207 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: api-service
|
|
namespace: api-ns
|
|
spec:
|
|
type: LoadBalancer
|
|
ports:
|
|
- name: general-api
|
|
port: 8080
|
|
targetPort: 8080
|
|
|
|
selector:
|
|
app: api-apps
|
|
|