14 lines
210 B
YAML
14 lines
210 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: zadaca-service
|
|
namespace: student-blazp04
|
|
spec:
|
|
selector:
|
|
app: zadaca
|
|
ports:
|
|
- port: 80
|
|
targetPort: 8000
|
|
protocol: TCP
|
|
type: ClusterIP
|