Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Fix sample yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ianstanton committed Dec 5, 2023
1 parent b84fd7d commit 7488345
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tembo-operator/yaml/sample-document.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7488345

Please sign in to comment.