Skip to content

Commit

Permalink
feat: add nginx as ingress class name
Browse files Browse the repository at this point in the history
  • Loading branch information
muse-sisay committed Oct 23, 2024
1 parent c961bc4 commit 6eb1bda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flappy-kray/components/flappy-kray/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
ingress:
enabled: true
# className:
className: nginx
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
argocd.argoproj.io/sync-wave: '1'
Expand Down
2 changes: 1 addition & 1 deletion goldilocks/components/goldilocks/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
dashboard:
ingress:
enabled: true
# ingressClassName:
ingressClassName: nginx
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
argocd.argoproj.io/sync-wave: '1'
Expand Down

0 comments on commit 6eb1bda

Please sign in to comment.