--- apiVersion: v1 kind: Service metadata: name: doka2-lobby-list labels: app: doka2-lobby-list spec: type: ClusterIP selector: app: doka2-lobby-list ports: - port: 80 targetPort: http protocol: TCP name: http