From 9692e3c73d7640e7ccc3f7f7438cf8ed544b809e Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 7 May 2022 09:08:41 +0000 Subject: [PATCH] Fix service selector --- manifests/outline/outline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/outline/outline.yaml b/manifests/outline/outline.yaml index 32c6a34..fc7ed07 100644 --- a/manifests/outline/outline.yaml +++ b/manifests/outline/outline.yaml @@ -21,7 +21,7 @@ spec: targetPort: web name: web selector: - app: outline + app.kubernetes.io/name: outline --- apiVersion: apps/v1 kind: Deployment