Skip to content

Commit

Permalink
update ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
YvannPONCE committed Oct 27, 2024
1 parent 9f8ee6f commit 82f993d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/poulet/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ dependencies:
version: 0.1.0
- name: frontend
repository: ""
version: 0.2.9
version: 0.2.10
- name: analyse-haut-niveau-management
repository: ""
version: 0.2.0
digest: sha256:d2ae72d1650e87bc836f5767647ae24d3a2c07d79b3af1efd7a07de0a7711cd2
generated: "2024-10-27T15:44:42.9745649+01:00"
digest: sha256:274f5900dbff548a99b76846f1f489232f26dd621d552a0844ebe5dcda6d0fbe
generated: "2024-10-27T23:36:48.905439+01:00"
4 changes: 2 additions & 2 deletions charts/poulet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.19
version: 0.1.20

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down Expand Up @@ -47,7 +47,7 @@ dependencies:
version: 0.1.0
condition: patient-management.enabled
- name: frontend
version: 0.2.9
version: 0.2.10
#condition: frontend.enabled
- name: analyse-haut-niveau-management
version: 0.2.0
Expand Down
2 changes: 1 addition & 1 deletion charts/poulet/charts/frontend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.9
version: 0.2.10

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 2 additions & 2 deletions charts/poulet/charts/frontend/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ spec:
backend:
{{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }}
service:
name: {{ $fullName }}
name: {{ .backend.service.name }}
port:
number: {{ $svcPort }}
number: {{ .backend.service.port.number }}
{{- else }}
serviceName: {{ $fullName }}
servicePort: {{ $svcPort }}
Expand Down

0 comments on commit 82f993d

Please sign in to comment.