Skip to content
Snippets Groups Projects
Commit 9ca2ef03 authored by fcomte's avatar fcomte
Browse files

jupyter-python-gpu ingressClassName

parent 795926e3
No related branches found
Tags jupyter-python-gpu-1.0.1
No related merge requests found
......@@ -25,7 +25,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: 1.0.0
version: 1.0.1
# 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
......@@ -34,5 +34,5 @@ appVersion: latest
dependencies:
- name: library-chart
version: 1.0.0
version: 1.0.3
repository: https://inseefrlab.github.io/helm-charts-datascience-internal
......@@ -247,6 +247,19 @@
"x-onyxia": {
"overwriteDefaultWith": "region.defaultNetworkPolicy"
}
},
"from": {
"type": "array",
"description": "Array of source allowed to have network access to your service",
"default" : [],
"x-form": {
"hidden": true,
"value": "{{region.from}}"
},
"x-onyxia": {
"hidden": true,
"overwriteDefaultWith": "region.from"
}
}
}
}
......@@ -559,6 +572,20 @@
"hidden": true,
"overwriteDefaultWith": "{{project.id}}-{{k8s.randomSubdomain}}-user.{{k8s.domain}}"
}
},
"ingressClassName": {
"type": "string",
"form": true,
"title": "ingressClassName",
"default": "",
"x-form": {
"hidden": true,
"value": "{{k8s.ingressClassName}}"
},
"x-onyxia": {
"hidden": true,
"overwriteDefaultWith": "{{k8s.ingressClassName}}"
}
}
}
},
......
......@@ -12,11 +12,7 @@ security:
password: "changeme"
networkPolicy:
enabled: false
from:
- ipBlock:
cidr: 10.233.103.0/32
- ipBlock:
cidr: 10.233.111.0/32
from: []
allowlist:
enabled: true
ip: "0.0.0.0/0"
......@@ -132,8 +128,8 @@ networking:
ingress:
enabled: true
tls: true
annotations:
kubernetes.io/ingress.class: nginx
ingressClassName: ""
annotations: []
# kubernetes.io/tls-acme: "true"
hostname: chart-example.local
userHostname: chart-example-user.local
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment