Torma Kristóf
82896fea9e
All checks were successful
continuous-integration/drone/push Build is passing
17 lines
282 B
YAML
17 lines
282 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: api-gateway
|
|
namespace: birbnetes
|
|
labels:
|
|
app: api-gateway
|
|
spec:
|
|
ports:
|
|
- name: api-gateway
|
|
port: 8080
|
|
targetPort: 8080
|
|
nodePort: 8069
|
|
protocol: TCP
|
|
selector:
|
|
app: api-gateway
|
|
type: NodePort |