Skip to content

Commit

Permalink
Fix: need different ingress default values
Browse files Browse the repository at this point in the history
  • Loading branch information
simar0at authored May 13, 2024
1 parent 4633cab commit de37391
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,13 @@ service:

ingress:
enabled: true
className: ""
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: walk-want-grew-imgs.acdh-ch-dev.oeaw.ac.at
paths:
- path: /
pathType: ImplementationSpecific
tls: []
# tls:
# - acme: true
# hosts:
# - chart-example.local
# secretName: chart-example-tls
path: "/"
tls:
enabled: true
acme: true
secretName: ""
useDefaultSecret: false
# className: nginxingress:

resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
Expand Down

0 comments on commit de37391

Please sign in to comment.