From bb8c44bfc5b262c2e869931346f9b21f93f94ee2 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Fri, 23 Aug 2024 17:57:49 -0500 Subject: [PATCH] add additional ingress paths --- .../cl01tl/applications/penpot/values.yaml | 24 +++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/applications/penpot/values.yaml b/clusters/cl01tl/applications/penpot/values.yaml index 28773fb83..5cccaa915 100644 --- a/clusters/cl01tl/applications/penpot/values.yaml +++ b/clusters/cl01tl/applications/penpot/values.yaml @@ -55,7 +55,7 @@ penpot: - name: PENPOT_STORAGE_ASSETS_S3_BUCKET value: penpot - name: PENPOT_STORAGE_ASSETS_S3_ENDPOINT - value: https://penpot-storage-cl01tl.boreal-beaufort.ts.net/penpot + value: http://minio.penpot:80 - name: PENPOT_TELEMETRY_ENABLED value: false - name: PENPOT_OIDC_BASE_URI @@ -215,7 +215,7 @@ penpot: - name: PENPOT_STORAGE_ASSETS_S3_BUCKET value: penpot - name: PENPOT_STORAGE_ASSETS_S3_ENDPOINT - value: https://penpot-storage-cl01tl.boreal-beaufort.ts.net/penpot + value: http://minio.penpot:80 - name: PENPOT_TELEMETRY_ENABLED value: false - name: PENPOT_OIDC_BASE_URI @@ -293,6 +293,26 @@ penpot: service: name: penpot-frontend port: 80 + - path: /api + pathType: Prefix + service: + name: penpot-backend + port: 6060 + - path: /api/export + pathType: Prefix + service: + name: penpot-exporter + port: 6061 + - path: /assets + pathType: Prefix + service: + name: penpot-backend + port: 6060 + - path: /ws/notifications + pathType: Prefix + service: + name: penpot-backend + port: 6060 tls: - hosts: - penpot-cl01tl