add additional ingress paths
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user