add additional ingress paths
This commit is contained in:
@@ -55,7 +55,7 @@ penpot:
|
|||||||
- name: PENPOT_STORAGE_ASSETS_S3_BUCKET
|
- name: PENPOT_STORAGE_ASSETS_S3_BUCKET
|
||||||
value: penpot
|
value: penpot
|
||||||
- name: PENPOT_STORAGE_ASSETS_S3_ENDPOINT
|
- 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
|
- name: PENPOT_TELEMETRY_ENABLED
|
||||||
value: false
|
value: false
|
||||||
- name: PENPOT_OIDC_BASE_URI
|
- name: PENPOT_OIDC_BASE_URI
|
||||||
@@ -215,7 +215,7 @@ penpot:
|
|||||||
- name: PENPOT_STORAGE_ASSETS_S3_BUCKET
|
- name: PENPOT_STORAGE_ASSETS_S3_BUCKET
|
||||||
value: penpot
|
value: penpot
|
||||||
- name: PENPOT_STORAGE_ASSETS_S3_ENDPOINT
|
- 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
|
- name: PENPOT_TELEMETRY_ENABLED
|
||||||
value: false
|
value: false
|
||||||
- name: PENPOT_OIDC_BASE_URI
|
- name: PENPOT_OIDC_BASE_URI
|
||||||
@@ -293,6 +293,26 @@ penpot:
|
|||||||
service:
|
service:
|
||||||
name: penpot-frontend
|
name: penpot-frontend
|
||||||
port: 80
|
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:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- penpot-cl01tl
|
- penpot-cl01tl
|
||||||
|
Reference in New Issue
Block a user