|
@@ -13,7 +13,7 @@
|
|
# limitations under the License.
|
|
# limitations under the License.
|
|
---
|
|
---
|
|
|
|
|
|
-- name: Timescale db pod definition
|
|
|
|
|
|
+- name: Timescaledb pod definition
|
|
kubernetes.core.k8s:
|
|
kubernetes.core.k8s:
|
|
state: present
|
|
state: present
|
|
definition:
|
|
definition:
|
|
@@ -69,4 +69,4 @@
|
|
- name: TIMESCALE_DB
|
|
- name: TIMESCALE_DB
|
|
value: "{{ timescaledb_name }}"
|
|
value: "{{ timescaledb_name }}"
|
|
ports:
|
|
ports:
|
|
- - containerPort: "{{ timescaledb_container_port }}"
|
|
|
|
|
|
+ - containerPort: "{{ timescaledb_container_port }}"
|