apiVersion: v1 kind: Service metadata: name: thelounge spec: type: ClusterIP selector: app.kubernetes.io/name: thelounge ports: - protocol: TCP port: 80 targetPort: 9000