Skip to content

Commit

Permalink
feat(Charts): Test orchestrator charts
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiodmota committed Oct 18, 2023
1 parent 6b5b879 commit 8ec1e2d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions charts/bpdm/charts/bpdm-orchestrator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ fullnameOverride:
replicaCount: 1

image:
registry: docker.io
repository: tractusx/bpdm-orchestrator
registry: ghcr.io
repository: catenax-ng/tx-vas-country-risk-backend
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: ""
tag: "1.2.0"

imagePullSecrets: []

Expand Down Expand Up @@ -96,7 +96,7 @@ livenessProbe:
# -- HTTP endpoint
path: /actuator/health/readiness
# -- Port used
port: 8085
port: 8080
# -- Determine when a pod is ready to start accepting requests
readinessProbe:
failureThreshold: 3
Expand All @@ -105,7 +105,7 @@ readinessProbe:
successThreshold: 1
timeoutSeconds: 10
path: /actuator/health/readiness
port: 8085
port: 8080


# Used to overwrite the default property values of the application configuration
Expand Down

0 comments on commit 8ec1e2d

Please sign in to comment.