Skip to content

Commit

Permalink
changed values.yaml to point to the api.staging.alerce.online
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiomansillab committed Oct 30, 2024
1 parent 213070a commit e987058
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tapservicego/deployments/tapservice/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ ingress:
className: "alb"
annotations:
alb.ingress.kubernetes.io/target-type: ip
alb.ingress.kubernetes.io/tags:
alb.ingress.kubernetes.io/tags: {{ .Values.ingress.k8sTags }}
alb.ingress.kubernetes.io/scheme: internet-facing
alb.ingress.kubernetes.io/certificate-arn:
alb.ingress.kubernetes.io/group.name:
alb.ingress.kubernetes.io/certificate-arn: {{ .Values.ingress.certificateArn }}
alb.ingress.kubernetes.io/group.name: {{ .Values.ingress.k8sGroupName }}
hosts:
# Host should be the CNAME in Route53 that points to the ALB
- host:
- host: api.staging.alerce.online
paths:
- path: /
pathType: Prefix
Expand Down

0 comments on commit e987058

Please sign in to comment.