apiVersion: v1 kind: Service metadata: name: keila spec: selector: component: web ports: - port: 80 targetPort: {{ .apps.keila.port }} protocol: TCP