Skip to content

Commit

Permalink
Fixing ingress rules
Browse files Browse the repository at this point in the history
  • Loading branch information
caiocsgomes committed Jun 23, 2024
1 parent 7528ca4 commit e18b39d
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions kubernetes/argocd/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,25 @@ metadata:
alb.ingress.kubernetes.io/conditions.argogrpc: |
[{"field":"http-header","httpHeaderConfig":{"httpHeaderName": "Content-Type", "values":["application/grpc"]}}]
spec:
ingressClassName: alb
rules:
- http:
paths:
- path: /argocd
backend:
service:
name: argogrpc
port:
number: 443
pathType: Exact
# - path: /
# backend:
# service:
# name: argocd-server
# port:
# number: 443
# pathType: Prefix
# tls:
# - hosts:
# - argocd.argoproj.io
#
ingressClassName: alb
rules:
# - host: argocd.argoproj.io
- http:
paths:
- path: /
backend:
service:
name: argogrpc
port:
number: 443
pathType: Prefix
- path: /argocd
backend:
service:
name: argocd-server
port:
number: 443
pathType: Exact
# tls:
# - hosts:
# - argocd.argoproj.io

0 comments on commit e18b39d

Please sign in to comment.