Skip to content

Commit

Permalink
Update argocd helm values on EKS (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
choisungwook authored Nov 9, 2024
1 parent b9ad6c3 commit fa6e724
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3,727 deletions.
14 changes: 14 additions & 0 deletions common_k8s_manifests/argocd/use_helm/eks-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
server:
ingress:
enabled: true
ingressClassName: alb
hostname: argocd.choilab.xyz
annotations:
alb.ingress.kubernetes.io/conditions.argogrpc: |
[{"field":"http-header","httpHeaderConfig":{"httpHeaderName": "Content-Type", "values":["application/grpc"]}}]
alb.ingress.kubernetes.io/scheme: internet-facing
alb.ingress.kubernetes.io/target-type: ip
alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80}, {"HTTPS": 443}]'
alb.ingress.kubernetes.io/backend-protocol: HTTPS
alb.ingress.kubernetes.io/ssl-redirect: '443'
alb.ingress.kubernetes.io/certificate-arn: arn:aws:acm:ap-northeast-2:467606240901:certificate/248292f9-a31b-46b7-be91-b1e23a2b9a70
Loading

0 comments on commit fa6e724

Please sign in to comment.