Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
openrefine
Browse files Browse the repository at this point in the history
  • Loading branch information
fcomte committed Mar 1, 2023
1 parent fa7697a commit 27f1626
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/openrefine/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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: 3.2.0
version: 3.3.0

# 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
1 change: 1 addition & 0 deletions charts/openrefine/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ metadata:
annotations:
{{- include "library-chart.ingress.annotations" . | nindent 4 }}
spec:
ingressClassName: {{ .Values.ingress.ingressClassName | quote }}
{{- if .Values.ingress.tls }}
tls:
- hosts:
Expand Down
14 changes: 14 additions & 0 deletions charts/openrefine/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,20 @@
"hidden": true,
"overwriteDefaultWith": "{{project.id}}-{{k8s.randomSubdomain}}.{{k8s.domain}}"
}
},
"ingressClassName": {
"type": "string",
"form": true,
"title": "ingressClassName",
"default": "",
"x-form": {
"hidden": true,
"value": "{{k8s.ingressClassName}}"
},
"x-onyxia": {
"hidden": true,
"overwriteDefaultWith": "{{k8s.ingressClassName}}"
}
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions charts/openrefine/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ networking:
ingress:
enabled: true
tls: true
annotations:
kubernetes.io/ingress.class: nginx
ingressClassName: ""
annotations: []
# kubernetes.io/tls-acme: "true"
hostname: chart-example.local
# - secretName: chart-example-tls
Expand Down

0 comments on commit 27f1626

Please sign in to comment.