diff --git a/charts/directus/Chart.yaml b/charts/directus/Chart.yaml index 7c5a4ba..52d7b0c 100644 --- a/charts/directus/Chart.yaml +++ b/charts/directus/Chart.yaml @@ -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 diff --git a/charts/directus/values.yaml b/charts/directus/values.yaml index 3145bd5..9137551 100644 --- a/charts/directus/values.yaml +++ b/charts/directus/values.yaml @@ -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'