Skip to content

Commit

Permalink
feat: add new env dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Noggling committed Jan 28, 2025
1 parent b6b7a53 commit a7afddb
Showing 1 changed file with 6 additions and 203 deletions.
209 changes: 6 additions & 203 deletions radixconfig_pcs5-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: ""
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a7afddb

Please sign in to comment.