Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
changed names of values file
Browse files Browse the repository at this point in the history
  • Loading branch information
skoc10 committed Sep 5, 2022
1 parent 7f6676a commit bfbe5bc
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ authserver:
authServer:
authority: http://eshop-st-authserver
requireHttpsMetadata: "false"
swaggerClientId: WebGateway_Swagger
swaggerClientSecret: "1q2w3e*"
connectionStrings:
administrationService: "Host=eshop-st-postgresdb;Port=5432;Database=EShopOnAbp_Administration;User ID=postgres;password=myPassw0rd;Pooling=false"
identityService: "Host=eshop-st-postgresdb;Port=5432;Database=EShopOnAbp_Identity;User ID=postgres;password=myPassw0rd;Pooling=false"
Expand All @@ -18,7 +20,7 @@ authserver:
host: eshop-st-authserver
tlsSecret: eshop-wildcard-tls
image:
repository: "ghcr.io/volosoft/eshoponabp/app-authserver"
repository: "eshoponabp/app-authserver"
tag: 1.0.0

# web sub-chart override
Expand All @@ -36,7 +38,7 @@ web:
host: eshop-st-web
tlsSecret: eshop-wildcard-tls
image:
repository: "ghcr.io/volosoft/eshoponabp/app-web"
repository: "eshoponabp/app-web"
tag: 1.0.0

# public-web sub-chart override
Expand All @@ -57,7 +59,7 @@ public-web:
host: eshop-st-public-web
tlsSecret: eshop-wildcard-tls
image:
repository: "ghcr.io/volosoft/eshoponabp/app-publicweb"
repository: "eshoponabp/app-publicweb"
tag: 1.0.0

# identity-service sub-chart override
Expand Down Expand Up @@ -93,14 +95,14 @@ identity:
host: eshop-st-identity
tlsSecret: eshop-wildcard-tls
image:
repository: "ghcr.io/volosoft/eshoponabp/service-identity"
repository: "eshoponabp/service-identity"
tag: 1.0.0

# administration sub-chart override
administration:
config:
selfUrl: https://eshop-st-administration
corsOrigins: https://eshop-st-gateway-web,https://eshop-st-gateway-web-public,https://eshop-st-gateway-internal
corsOrigins: https://eshop-st-gateway-web,https://eshop-st-gateway-web-public
connectionStrings:
administrationService: "Host=eshop-st-postgresdb;Port=5432;Database=EShopOnAbp_Administration;User ID=postgres;password=myPassw0rd;Pooling=false"
authServer:
Expand All @@ -121,7 +123,7 @@ administration:
host: eshop-st-administration
tlsSecret: eshop-wildcard-tls
image:
repository: "ghcr.io/volosoft/eshoponabp/service-administration"
repository: "eshoponabp/service-administration"
tag: 1.0.0

# gateway-web sub-chart override
Expand All @@ -143,7 +145,7 @@ gateway-web:
host: eshop-st-gateway-web
tlsSecret: eshop-wildcard-tls
image:
repository: "ghcr.io/volosoft/eshoponabp/gateway-web"
repository: "eshoponabp/gateway-web"
tag: 1.0.0
reRoutes:
accountService:
Expand Down Expand Up @@ -174,7 +176,7 @@ gateway-web-public:
host: eshop-st-gateway-web-public
tlsSecret: eshop-wildcard-tls
image:
repository: "ghcr.io/volosoft/eshoponabp/gateway-web-public"
repository: "eshoponabp/gateway-web-public"
tag: 1.0.0
reRoutes:
accountService:
Expand Down Expand Up @@ -215,7 +217,7 @@ basket:
host: eshop-st-basket
tlsSecret: eshop-wildcard-tls
image:
repository: "ghcr.io/volosoft/eshoponabp/service-basket"
repository: "eshoponabp/service-basket"
tag: 1.0.0

# catalog-service sub-chart override
Expand Down Expand Up @@ -244,7 +246,7 @@ catalog:
host: eshop-st-catalog
tlsSecret: eshop-wildcard-tls
image:
repository: "ghcr.io/volosoft/eshoponabp/service-catalog"
repository: "eshoponabp/service-catalog"
tag: 1.0.0

# ordering-service sub-chart override
Expand All @@ -268,8 +270,8 @@ ordering:
host: eshop-st-ordering
tlsSecret: eshop-wildcard-tls
image:
repository: "ghcr.io/volosoft/eshoponabp/service-ordering"
tag: 1.0.1
repository: "eshoponabp/service-ordering"
tag: 1.0.0

# payment-service sub-chart override
payment:
Expand All @@ -292,7 +294,7 @@ payment:
host: eshop-st-payment
tlsSecret: eshop-wildcard-tls
image:
repository: "ghcr.io/volosoft/eshoponabp/service-payment"
repository: "eshoponabp/service-payment"
tag: 1.0.0

# Default values for eshoponabp.
Expand Down
28 changes: 13 additions & 15 deletions etc/k8s/eshoponabp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ authserver:
authServer:
authority: http://eshop-st-authserver
requireHttpsMetadata: "false"
swaggerClientId: WebGateway_Swagger
swaggerClientSecret: "1q2w3e*"
connectionStrings:
administrationService: "Host=eshop-st-postgresdb;Port=5432;Database=EShopOnAbp_Administration;User ID=postgres;password=myPassw0rd;Pooling=false"
identityService: "Host=eshop-st-postgresdb;Port=5432;Database=EShopOnAbp_Identity;User ID=postgres;password=myPassw0rd;Pooling=false"
Expand All @@ -20,7 +18,7 @@ authserver:
host: eshop-st-authserver
tlsSecret: eshop-wildcard-tls
image:
repository: "eshoponabp/app-authserver"
repository: "ghcr.io/volosoft/eshoponabp/app-authserver"
tag: 1.0.0

# web sub-chart override
Expand All @@ -38,7 +36,7 @@ web:
host: eshop-st-web
tlsSecret: eshop-wildcard-tls
image:
repository: "eshoponabp/app-web"
repository: "ghcr.io/volosoft/eshoponabp/app-web"
tag: 1.0.0

# public-web sub-chart override
Expand All @@ -59,7 +57,7 @@ public-web:
host: eshop-st-public-web
tlsSecret: eshop-wildcard-tls
image:
repository: "eshoponabp/app-publicweb"
repository: "ghcr.io/volosoft/eshoponabp/app-publicweb"
tag: 1.0.0

# identity-service sub-chart override
Expand Down Expand Up @@ -95,14 +93,14 @@ identity:
host: eshop-st-identity
tlsSecret: eshop-wildcard-tls
image:
repository: "eshoponabp/service-identity"
repository: "ghcr.io/volosoft/eshoponabp/service-identity"
tag: 1.0.0

# administration sub-chart override
administration:
config:
selfUrl: https://eshop-st-administration
corsOrigins: https://eshop-st-gateway-web,https://eshop-st-gateway-web-public
corsOrigins: https://eshop-st-gateway-web,https://eshop-st-gateway-web-public,https://eshop-st-gateway-internal
connectionStrings:
administrationService: "Host=eshop-st-postgresdb;Port=5432;Database=EShopOnAbp_Administration;User ID=postgres;password=myPassw0rd;Pooling=false"
authServer:
Expand All @@ -123,7 +121,7 @@ administration:
host: eshop-st-administration
tlsSecret: eshop-wildcard-tls
image:
repository: "eshoponabp/service-administration"
repository: "ghcr.io/volosoft/eshoponabp/service-administration"
tag: 1.0.0

# gateway-web sub-chart override
Expand All @@ -145,7 +143,7 @@ gateway-web:
host: eshop-st-gateway-web
tlsSecret: eshop-wildcard-tls
image:
repository: "eshoponabp/gateway-web"
repository: "ghcr.io/volosoft/eshoponabp/gateway-web"
tag: 1.0.0
reRoutes:
accountService:
Expand Down Expand Up @@ -176,7 +174,7 @@ gateway-web-public:
host: eshop-st-gateway-web-public
tlsSecret: eshop-wildcard-tls
image:
repository: "eshoponabp/gateway-web-public"
repository: "ghcr.io/volosoft/eshoponabp/gateway-web-public"
tag: 1.0.0
reRoutes:
accountService:
Expand Down Expand Up @@ -217,7 +215,7 @@ basket:
host: eshop-st-basket
tlsSecret: eshop-wildcard-tls
image:
repository: "eshoponabp/service-basket"
repository: "ghcr.io/volosoft/eshoponabp/service-basket"
tag: 1.0.0

# catalog-service sub-chart override
Expand Down Expand Up @@ -246,7 +244,7 @@ catalog:
host: eshop-st-catalog
tlsSecret: eshop-wildcard-tls
image:
repository: "eshoponabp/service-catalog"
repository: "ghcr.io/volosoft/eshoponabp/service-catalog"
tag: 1.0.0

# ordering-service sub-chart override
Expand All @@ -270,8 +268,8 @@ ordering:
host: eshop-st-ordering
tlsSecret: eshop-wildcard-tls
image:
repository: "eshoponabp/service-ordering"
tag: 1.0.0
repository: "ghcr.io/volosoft/eshoponabp/service-ordering"
tag: 1.0.1

# payment-service sub-chart override
payment:
Expand All @@ -294,7 +292,7 @@ payment:
host: eshop-st-payment
tlsSecret: eshop-wildcard-tls
image:
repository: "eshoponabp/service-payment"
repository: "ghcr.io/volosoft/eshoponabp/service-payment"
tag: 1.0.0

# Default values for eshoponabp.
Expand Down

0 comments on commit bfbe5bc

Please sign in to comment.