14 lines
258 B
YAML
14 lines
258 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: luka-service
|
||
|
namespace: jsikubernetes
|
||
|
spec:
|
||
|
type: LoadBalancer
|
||
|
selector:
|
||
|
app.kubernetes.io/name: luka-app
|
||
|
ports:
|
||
|
- port: 4567
|
||
|
targetPort: 5000
|
||
|
protocol: TCP
|