Skip to content

Commit

Permalink
v0.3.4 / Enable ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
gfysaris committed Oct 19, 2023
1 parent aae8be2 commit 9a01082
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/directus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.3
version: 0.3.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
11 changes: 4 additions & 7 deletions charts/directus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,25 +41,22 @@ service:
port: 80

ingress:
enabled: false
enabled: enable
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: chart-example.local
- host: directus.trackvision.app
paths:
- path: /
backend:
serviceName: chart-example.local
servicePort: 80
serviceName: directus
servicePort: 8055
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local

# extraEnvVars: {}
# An array to add extra environment variables
# E.g.
extraEnvVars:
- name: KEY
value: 'my-d3m0-d1r3ctu5-k3y'
Expand Down

0 comments on commit 9a01082

Please sign in to comment.