From 71bb0466e66ebfcee46777c716268a3cfcf43de7 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sun, 30 Apr 2023 13:58:34 -0500 Subject: [PATCH] updates --- clusters/k3s/portal/redis-service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/k3s/portal/redis-service.yaml b/clusters/k3s/portal/redis-service.yaml index c63172f..1b587d7 100644 --- a/clusters/k3s/portal/redis-service.yaml +++ b/clusters/k3s/portal/redis-service.yaml @@ -5,7 +5,7 @@ metadata: namespace: portal spec: selector: - app: redis + app: portal type: ClusterIP ports: - name: redis