Skip to content

Commit

Permalink
fix: use ingress resource in the chart
Browse files Browse the repository at this point in the history
  • Loading branch information
muse-sisay committed Oct 23, 2024
1 parent 547767d commit 1026648
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 63 deletions.
1 change: 1 addition & 0 deletions flappy-kray/components/flappy-kray/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ spec:
ingress:
enabled: true
# className:

Check failure on line 28 in flappy-kray/components/flappy-kray/application.yaml

View workflow job for this annotation

GitHub Actions / yaml-check

28:23 [trailing-spaces] trailing spaces
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
argocd.argoproj.io/sync-wave: '1'
Expand Down
26 changes: 0 additions & 26 deletions flappy-kray/components/flappy-kray/ingress.yaml

This file was deleted.

20 changes: 9 additions & 11 deletions goldilocks/components/goldilocks/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,20 @@ spec:
dashboard:
ingress:
enabled: true
# dashboard.ingress.ingressClassName -- From Kubernetes 1.18+ this field is supported in case your ingress controller supports it. When set, you do not need to add the ingress class as annotation.
ingressClassName:
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
# ingressClassName:

Check failure on line 23 in goldilocks/components/goldilocks/application.yaml

View workflow job for this annotation

GitHub Actions / yaml-check

23:30 [trailing-spaces] trailing spaces
annotations:

Check failure on line 24 in goldilocks/components/goldilocks/application.yaml

View workflow job for this annotation

GitHub Actions / yaml-check

24:23 [trailing-spaces] trailing spaces
cert-manager.io/cluster-issuer: letsencrypt-prod
argocd.argoproj.io/sync-wave: '1'
hosts:
- host: chart-example.local
- host: goldilocks.<DOMAIN_NAME>
paths:
- path: /
type: ImplementationSpecific
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
tls:
- secretName: goldilocks-tls
hosts:
- goldilocks.<DOMAIN_NAME>
destination:
name: <CLUSTER_DESTINATION>
namespace: goldilocks
Expand Down
26 changes: 0 additions & 26 deletions goldilocks/components/goldilocks/ingress.yaml

This file was deleted.

0 comments on commit 1026648

Please sign in to comment.