16 lines
197 B
YAML
16 lines
197 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
|
|
metadata:
|
|
name: priprema-svc
|
|
namespace: student-iva
|
|
|
|
spec:
|
|
selector:
|
|
app: priprema-za-kolokvij
|
|
|
|
ports:
|
|
- port: 80
|
|
targetPort: 8000
|
|
|
|
type: ClusterIP |