Skip to content

Commit

Permalink
Add internal connection string
Browse files Browse the repository at this point in the history
Munkkeli committed Jan 30, 2025
1 parent 3dc05a8 commit 8e4f0ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions diploi.yaml
Original file line number Diff line number Diff line change
@@ -12,6 +12,11 @@ hosts:
identifier: app
urlFormat: '[label].[default-domain]'

connectionStrings:
- name: Internal Address
value: http://app.${DIPLOI_NAMESPACE}:3000
description: This address is for requests from within the deployment and is inaccessible externally.

images:
- identifier: app
prebuildImage: ghcr.io/diploi/component-nodejs:[tag]

0 comments on commit 8e4f0ee

Please sign in to comment.