Skip to content

Commit

Permalink
fixing chart name
Browse files Browse the repository at this point in the history
  • Loading branch information
SMANUM committed Nov 15, 2023
1 parent a731e4d commit e8ce0bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions helm-chart/environments/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

modelProcessBasePath: http://pagopa-dev-atm-layer-wf-process.pagopa.svc.cluster.local:8080

database:
type: postgresql
url: postgresql://pagopa-dev-atm-layer-rds.cluster-cyezwzpjc2tj.eu-south-1.rds.amazonaws.com:5431/pagopadb?search_path=atm_layer_model_schema
Expand Down Expand Up @@ -81,6 +79,14 @@ ingress:
alb.ingress.kubernetes.io/group.name: "alb-controller"
alb.ingress.kubernetes.io/load-balancer-name: "pagopa-dev-atm-layer-alb-int"
alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80}, {"HTTP": 8080}]'
alb.ingress.kubernetes.io/healthcheck-protocol: HTTP
alb.ingress.kubernetes.io/healthcheck-port: traffic-port
alb.ingress.kubernetes.io/healthcheck-path: /api/v1/model/health/v1/model
alb.ingress.kubernetes.io/healthcheck-interval-seconds: '20'
alb.ingress.kubernetes.io/healthcheck-timeout-seconds: '8'
alb.ingress.kubernetes.io/success-codes: '200'
alb.ingress.kubernetes.io/healthy-threshold-count: '2'
alb.ingress.kubernetes.io/unhealthy-threshold-count: '2'
hosts:
- host:
paths:
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "chart-1.serviceAccountName" . }}
name: {{ include "atm-layer-model.serviceAccountName" . }}
annotations:
{{- toYaml .Values.serviceAccount.annotations | nindent 4 }}
{{- end }}

0 comments on commit e8ce0bb

Please sign in to comment.