Browse Source

Update service.yml

Signed-off-by: sakshiarora13 <sakshi_arora1@dell.com>
sakshiarora13 3 years ago
parent
commit
85f24bd93c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      telemetry/roles/timescaledb/tasks/service.yml

+ 2 - 2
telemetry/roles/timescaledb/tasks/service.yml

@@ -13,7 +13,7 @@
 # limitations under the License.
 ---
 
-- name: Service for timescale db
+- name: Service for timescaledb
   kubernetes.core.k8s:
     state: present
     definition:
@@ -30,4 +30,4 @@
           - name: timescaledb
             port: "{{ timescaledb_container_port }}"
         selector:
-          app: "{{ timescaledb_k8s_name }}"
+          app: "{{ timescaledb_k8s_name }}"