apiVersion: v1 kind: Service metadata: creationTimestamp: null labels: app: Pozdrav-app name: Pozdrav-app spec: ports: - name: 80-8000 port: 8000 protocol: TCP targetPort: 7000 selector: app: Pozdrav-app type: ClusterIP status: loadBalancer: {}