This commit is contained in:
ivan 2026-04-24 15:18:42 +05:00
parent 2ace6778d4
commit 833ab06c09
3 changed files with 15 additions and 3 deletions

View File

@ -143,7 +143,7 @@ spec:
- name: REMARKS_URL
value: http://remarks-static-service.remarks.svc.cluster.local:8080/remarks
- name: RESOURCES_URL
value: http://resources-service.resources.svc.cluster.local:8000
value: http://backend-svc.resources.svc.cluster.local:80
- name: S3_SERVICE_ACCOUNT
value: /vault/secrets/documentations-s3-account-json
- name: STATES_URL

View File

@ -2,7 +2,7 @@
apiVersion: v1
kind: Service
metadata:
name: backend-service
name: backend-svc
namespace: resources
spec:
type: ClusterIP
@ -10,6 +10,6 @@ spec:
app: backend
ports:
- name: http
port: 8000
port: 80
targetPort: 8000
protocol: TCP

View File

@ -190,6 +190,18 @@ spec:
prefix: /
service: frontend-svc.django.svc.cluster.local
port: 80
gateway-platform:
name: pdm-virt-service
namespace: gateway
hosts:
- sarex.contour.infra.sarex.tech
gateways:
- gateway/platform-gateway
routes:
- path:
prefix: /gateway/
service: pdm-svc.documentations.svc.cluster.local
port: 80
vault:
name: vault-virt-service
namespace: gateway