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