14 lines
209 B
YAML
14 lines
209 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: moj-servis-svc
|
|
namespace: student-petrraa
|
|
spec:
|
|
selector:
|
|
app: moj-servis
|
|
ports:
|
|
- port: 80
|
|
targetPort: 8000
|
|
protocol: TCP
|
|
type: NodePort
|
|
|