Skip to content

Commit

Permalink
mock prf helm
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesare Caccuri committed Feb 1, 2023
1 parent 89b9146 commit 22a1dd3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .devops/deploy-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ parameters:
variables:
imageRepository: '$(IMAGE_REPOSITORY_NAME)'
nameSpace: '$(K8S_NAMESPACE)'
FILE_CONFIG_PATH_LOGBACK: $(Build.SourcesDirectory)/helm/config/${{ parameters.ENV }}/logback.xml

dockerRegistryServiceConnection: $(UAT_CONTAINER_REGISTRY_SERVICE_CONN)
dockerRegistryFqdn: $(UAT_CONTAINER_NAMESPACE)
Expand Down
3 changes: 1 addition & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
apiVersion: v2
name: mock-ec-prf-chart
description: Mock EC
description: Mock EC prf
type: application
version: 1.3.0
appVersion: 1.3.0
dependencies:
- name: microservice-chart
version: 2.4.0
repository: "https://pagopa.github.io/aks-microservice-chart-blueprint"
alias: mock-ec-prf-chart
2 changes: 1 addition & 1 deletion helm/values-prf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ microservice-chart:
ingress:
create: true
host: "weuuat.nodo.internal.uat.platform.pagopa.it"
path: /mock-ec-prf(/|$)(.*)
path: /mock-ec(/|$)(.*)
pathType: Prefix
servicePort: 8080
rewriteTarget: /$2
Expand Down

0 comments on commit 22a1dd3

Please sign in to comment.