Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
YvannPONCE committed Nov 1, 2024
2 parents b44c148 + d0d853d commit 04aa3b4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 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.34
version: 0.1.39

# 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
23 changes: 15 additions & 8 deletions charts/poulet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,12 @@ prometheus:
memory: "400Mi"
cpu: "400m"
persistentVolume:
size: 1Gi
retentionSize: "20GB"
size: 2Gi

retentionSize: "20GB"

extraArgs:
web.enable-remote-write-receiver: null
enable-feature: remote-write-receiver
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
Expand All @@ -146,6 +146,13 @@ prometheus:
limits:
memory: "400Mi"
cpu: "400m"


serverFiles:
prometheus.yml:
scrape_configs: []


keycloak:
enabled: true
ingress:
Expand Down Expand Up @@ -206,7 +213,7 @@ patient-management:
tls: [ ]
analyse-haut-niveau-management:
enabled: true

frontend:
enabled: true
image:
Expand All @@ -224,21 +231,21 @@ frontend:
hosts:
- host: doctor.al.apoorva64.com
paths:
- path: /patient
- path: /patient
pathType: Prefix
backend:
service:
name: poulet-patient-management
port:
number: 8080
- path: /alert
- path: /alert
pathType: Prefix
backend:
service:
name: poulet-alert-management
port:
number: 8080
- path: /metrics
- path: /metrics
pathType: Prefix
backend:
service:
Expand Down Expand Up @@ -292,7 +299,7 @@ adapter:
hosts:
- host: adapter.al.apoorva64.com
paths:
- path: /
- path: /
pathType: Prefix
backend:
service:
Expand Down

0 comments on commit 04aa3b4

Please sign in to comment.