Project

General

Profile

Actions

Feature #455

closed

Epic #448: migrate api-gateway to just ingress

use global values for endpoints

Added by torgiren about 2 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
09/20/2023
Due date:
% Done:

0%

Estimated time:
3:00 h
Spent time:
Actions #1

Updated by torgiren about 2 years ago

grep: usersservice/app/tests/.conftest.py.swp: plik binarny pasuje do wzorca
usersservice/chart/templates/deployment.yaml:            - name: DOMAINSSERVICE_ENDPOINT
usersservice/chart/templates/deployment.yaml-              value: "https://{{ .Values.global.domain }}" 
usersservice/chart/templates/deployment.yaml:            - name: AUTHSERVICE_ENDPOINT
usersservice/chart/templates/deployment.yaml-              value: "https://{{ .Values.global.domain }}" 
[torgiren@smartraptor exphost-controller]$ grep _ENDPOINT * -r -A1|grep templates
appsservice/chart/templates/deployment.yaml:            - name: AUTHSERVICE_ENDPOINT
appsservice/chart/templates/deployment.yaml-              value: "https://{{ .Values.global.domain }}" 
authservice/chart/templates/deployment.yaml:            - name: AUTH_ENDPOINT
authservice/chart/templates/deployment.yaml-              value: {{ .Values.authEndpoint }}
domainsservice/chart/templates/db_migrate.yaml:          - name: AUTHSERVICE_ENDPOINT
domainsservice/chart/templates/db_migrate.yaml-            value: "https://{{ .Values.global.domain }}" 
domainsservice/chart/templates/deployment.yaml:          - name: AUTHSERVICE_ENDPOINT
domainsservice/chart/templates/deployment.yaml-            value: "https://{{ .Values.global.domain }}" 
gateway/chart/templates/deployment.yaml:            - name: USERSSERVICE_ENDPOINT
gateway/chart/templates/deployment.yaml-              value: {{ .Values.endpoints.usersservice }}
gateway/chart/templates/deployment.yaml:            - name: APPSSERVICE_ENDPOINT
gateway/chart/templates/deployment.yaml-              value: {{ .Values.endpoints.appsservice }}
gateway/chart/templates/deployment.yaml:            - name: AUTH_ENDPOINT
gateway/chart/templates/deployment.yaml-              value: {{ .Values.endpoints.authendpoint }}
gateway/chart/templates/deployment.yaml:            - name: DOMAINSSERVICE_ENDPOINT
gateway/chart/templates/deployment.yaml-              value: {{ .Values.endpoints.domainsservice }}
gateway/chart/templates/deployment.yaml:            - name: EMAILSSERVICE_ENDPOINT
gateway/chart/templates/deployment.yaml-              value: {{ .Values.endpoints.emailsservice }}
usersservice/chart/templates/deployment.yaml:            - name: DOMAINSSERVICE_ENDPOINT
usersservice/chart/templates/deployment.yaml-              value: "https://{{ .Values.global.domain }}" 
usersservice/chart/templates/deployment.yaml:            - name: AUTHSERVICE_ENDPOINT
usersservice/chart/templates/deployment.yaml-              value: "https://{{ .Values.global.domain }}" 

looks good.
only gateway, but it will be deleted
Actions #2

Updated by torgiren about 2 years ago

  • Status changed from New to Resolved
Actions #3

Updated by torgiren about 2 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF