# /apps/base/lemma/service.yaml apiVersion: v1 kind: Service metadata: name: lemma spec: ports: - port: 80 targetPort: 8080 selector: app: lemma