|
@@ -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 }}"
|