From 7488345c5d4eb5c3a955bf6a0571426011424406 Mon Sep 17 00:00:00 2001 From: Ian Stanton Date: Mon, 4 Dec 2023 21:04:06 -0500 Subject: [PATCH] Fix sample yaml --- tembo-operator/yaml/sample-document.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tembo-operator/yaml/sample-document.yaml b/tembo-operator/yaml/sample-document.yaml index 0d253d7b..0874045e 100644 --- a/tembo-operator/yaml/sample-document.yaml +++ b/tembo-operator/yaml/sample-document.yaml @@ -10,11 +10,11 @@ spec: appServices: - name: fdb-api image: ghcr.io/ferretdb/ferretdb -# routing: -# - port: 27018 -# ingressPath: /ferretdb/v1 -# entryPoints: -# - ferretdb + routing: + - port: 27018 + ingressPath: /ferretdb/v1 + entryPoints: + - ferretdb env: - name: FERRETDB_POSTGRESQL_URL valueFromPlatform: ReadWriteConnection