From a7afddb323d16d5d2984ee6669bb236ddecb5f19 Mon Sep 17 00:00:00 2001 From: Christopher Berge Hove Date: Tue, 28 Jan 2025 11:57:54 +0100 Subject: [PATCH] feat: add new env dev --- radixconfig_pcs5-demo.yaml | 209 ++----------------------------------- 1 file changed, 6 insertions(+), 203 deletions(-) diff --git a/radixconfig_pcs5-demo.yaml b/radixconfig_pcs5-demo.yaml index b570e7b8..bbb3eeb9 100644 --- a/radixconfig_pcs5-demo.yaml +++ b/radixconfig_pcs5-demo.yaml @@ -7,180 +7,13 @@ spec: useBuildKit: true useBuildCache: true environments: - - name: test + - name: dev build: from: feat/pcs5-radix + - name: test components: - # Web Server - Admin - - name: admin - identity: - azure: - clientId: ea425507-0de4-4f5f-bac8-48cea54f7a0c - src: . # Dockerfile location - dockerfileName: clientBackend.Dockerfile - variables: - ASPNETCORE_URLS: "http://*:5000" - ApplicationInsights__ConnectionString: "" - AzureAd__ClientId: "" - ClientBundle__Msal__ClientId: "" - ClientBundle__PortalId: "" - FusionPortalApi__BaseAddress: "" - FusionPortalApi__Scope: "" - AssetProxy__FusionPortalUrl: "" - AssetProxy__FusionPeopleUrl: "" - AssetProxy__FusionAppsUrl: "" - AssetProxy__TokenScope: "" - FusionProjectPortalApi__BaseAddress: "" - FusionProjectPortalApi__Scope: "" - FusionBookmarks__Name: "" - FusionBookmarks__Identifier: "" - FusionBookmarks__Subsystem: "Project Portal" - ClientBundle__FusionLegacyEnvIdentifier: "ci" - ports: - - name: http - port: 5000 - publicPort: http - environmentConfig: - - environment: test - identity: - azure: - clientId: 68e0c697-b713-4cd0-b24f-c2509f442e84 - secretRefs: - azureKeyVaults: - - name: kv-pep-ws-noe-test - path: /mnt/key-vault - useAzureIdentity: true - items: - - name: AzureAd--ClientSecret - type: secret - envVar: AzureAd__ClientSecret - - name: ClientBundle--AgGrid--LicenseKey - type: secret - envVar: ClientBundle__AgGrid__LicenseKey - replicas: 1 - monitoring: true - resources: - requests: - memory: "2048Mi" - cpu: "800m" - limits: - memory: "2048Mi" - cpu: "800m" - - # Web Server - Transfer - - name: transfer - identity: - azure: - clientId: ea425507-0de4-4f5f-bac8-48cea54f7a0c - src: . # Dockerfile location - dockerfileName: clientBackend.Dockerfile - variables: - ASPNETCORE_URLS: "http://*:5000" - ApplicationInsights__ConnectionString: "" - AzureAd__ClientId: "" - ClientBundle__Msal__ClientId: "" - ClientBundle__PortalId: "" - FusionPortalApi__BaseAddress: "" - FusionPortalApi__Scope: "" - AssetProxy__FusionPortalUrl: "" - AssetProxy__FusionPeopleUrl: "" - AssetProxy__FusionAppsUrl: "" - AssetProxy__TokenScope: "" - FusionProjectPortalApi__BaseAddress: "" - FusionProjectPortalApi__Scope: "" - FusionBookmarks__Name: "" - FusionBookmarks__Identifier: "" - FusionBookmarks__Subsystem: "Project Portal" - ClientBundle__FusionLegacyEnvIdentifier: "ci" - ports: - - name: http - port: 5000 - publicPort: http - environmentConfig: - - environment: test - identity: - azure: - clientId: 68e0c697-b713-4cd0-b24f-c2509f442e84 - secretRefs: - azureKeyVaults: - - name: kv-pep-ws-noe-test - path: /mnt/key-vault - useAzureIdentity: true - items: - - name: AzureAd--ClientSecret - type: secret - envVar: AzureAd__ClientSecret - - name: ClientBundle--AgGrid--LicenseKey - type: secret - envVar: ClientBundle__AgGrid__LicenseKey - replicas: 1 - monitoring: true - resources: - requests: - memory: "2048Mi" - cpu: "800m" - limits: - memory: "2048Mi" - cpu: "800m" - - # Web Server - Scoping - - name: scoping - identity: - azure: - clientId: ea425507-0de4-4f5f-bac8-48cea54f7a0c - src: . # Dockerfile location - dockerfileName: clientBackend.Dockerfile - variables: - ASPNETCORE_URLS: "http://*:5000" - ApplicationInsights__ConnectionString: "" - AzureAd__ClientId: "" - ClientBundle__Msal__ClientId: "" - ClientBundle__PortalId: "" - FusionPortalApi__BaseAddress: "" - FusionPortalApi__Scope: "" - AssetProxy__FusionPortalUrl: "" - AssetProxy__FusionPeopleUrl: "" - AssetProxy__FusionAppsUrl: "" - AssetProxy__TokenScope: "" - FusionProjectPortalApi__BaseAddress: "" - FusionProjectPortalApi__Scope: "" - FusionBookmarks__Name: "" - FusionBookmarks__Identifier: "" - FusionBookmarks__Subsystem: "Project Portal" - ClientBundle__FusionLegacyEnvIdentifier: "ci" - ports: - - name: http - port: 5000 - publicPort: http - environmentConfig: - - environment: test - identity: - azure: - clientId: 68e0c697-b713-4cd0-b24f-c2509f442e84 - secretRefs: - azureKeyVaults: - - name: kv-pep-ws-noe-test - path: /mnt/key-vault - useAzureIdentity: true - items: - - name: AzureAd--ClientSecret - type: secret - envVar: AzureAd__ClientSecret - - name: ClientBundle--AgGrid--LicenseKey - type: secret - envVar: ClientBundle__AgGrid__LicenseKey - replicas: 1 - monitoring: true - resources: - requests: - memory: "2048Mi" - cpu: "800m" - limits: - memory: "2048Mi" - cpu: "800m" - - # Web Server - Status - - name: status + # Web Server - One + - name: one identity: azure: clientId: ea425507-0de4-4f5f-bac8-48cea54f7a0c @@ -191,7 +24,7 @@ spec: ApplicationInsights__ConnectionString: "" AzureAd__ClientId: "" ClientBundle__Msal__ClientId: "" - ClientBundle__PortalId: "" + ClientBundle__PortalId: "77a66936-2690-41c1-1042-08dd18502b67" FusionPortalApi__BaseAddress: "" FusionPortalApi__Scope: "" AssetProxy__FusionPortalUrl: "" @@ -234,37 +67,7 @@ spec: limits: memory: "2048Mi" cpu: "800m" - # Web Server - One - - name: one - identity: - azure: - clientId: ea425507-0de4-4f5f-bac8-48cea54f7a0c - src: . # Dockerfile location - dockerfileName: clientBackend.Dockerfile - variables: - ASPNETCORE_URLS: "http://*:5000" - ApplicationInsights__ConnectionString: "" - AzureAd__ClientId: "" - ClientBundle__Msal__ClientId: "" - ClientBundle__PortalId: "77a66936-2690-41c1-1042-08dd18502b67" - FusionPortalApi__BaseAddress: "" - FusionPortalApi__Scope: "" - AssetProxy__FusionPortalUrl: "" - AssetProxy__FusionPeopleUrl: "" - AssetProxy__FusionAppsUrl: "" - AssetProxy__TokenScope: "" - FusionProjectPortalApi__BaseAddress: "" - FusionProjectPortalApi__Scope: "" - FusionBookmarks__Name: "" - FusionBookmarks__Identifier: "" - FusionBookmarks__Subsystem: "Project Portal" - ClientBundle__FusionLegacyEnvIdentifier: "ci" - ports: - - name: http - port: 5000 - publicPort: http - environmentConfig: - - environment: test + - environment: dev identity: azure: clientId: 68e0c697-b713-4cd0-b24f-c2509f442e84