From 78608de9ce36f155f5349dd5e795b89855d9df14 Mon Sep 17 00:00:00 2001 From: "andreas.kuechler" Date: Thu, 28 Aug 2025 22:03:35 +0000 Subject: [PATCH] change endpoint exposure to internal internal expose creates only services for endpoints --- code.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code.yaml b/code.yaml index 58102f5..20b1e40 100644 --- a/code.yaml +++ b/code.yaml @@ -54,26 +54,26 @@ components: discoverable: false urlRewriteSupported: true targetPort: 3100 - exposure: none + exposure: internal secure: true protocol: https - name: code-redirect-1 targetPort: 13131 - exposure: none + exposure: internal protocol: https attributes: discoverable: false urlRewriteSupported: false - name: code-redirect-2 targetPort: 13132 - exposure: none + exposure: internal protocol: https attributes: discoverable: false urlRewriteSupported: false - name: code-redirect-3 targetPort: 13133 - exposure: none + exposure: internal protocol: https attributes: discoverable: false