Skip to content

Commit

Permalink
changed values.yaml to lc ones
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiomansillab committed Oct 30, 2024
1 parent 8a278e8 commit 01d1d41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tapservicego/deployments/tapservice/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ ingress:
className: "alb"
annotations:
alb.ingress.kubernetes.io/target-type: ip
alb.ingress.kubernetes.io/tags: {{ .Values.ingress.k8sTags }}
alb.ingress.kubernetes.io/tags: Environment=staging
alb.ingress.kubernetes.io/scheme: internet-facing
alb.ingress.kubernetes.io/certificate-arn: {{ .Values.ingress.certificateArn }}
alb.ingress.kubernetes.io/group.name: {{ .Values.ingress.k8sGroupName }}
alb.ingress.kubernetes.io/certificate-arn: arn:aws:acm:us-east-1:113113085296:certificate/6e3c9ebd-259b-4fb4-ad9a-72491dbeb70f
alb.ingress.kubernetes.io/group.name: web-services-staging
hosts:
# Host should be the CNAME in Route53 that points to the ALB
- host: api.staging.alerce.online
Expand Down

0 comments on commit 01d1d41

Please sign in to comment.