Skip to content
Snippets Groups Projects
Commit 1e0669ca authored by Tim Kreuzer's avatar Tim Kreuzer
Browse files

Merge branch 'configure-external-traffic-policy' into 'main'

add externalTrafficPolicy for ssh service

See merge request !5
parents 9ad9af7e 30baa30a
No related branches found
No related tags found
1 merge request!5add externalTrafficPolicy for ssh service
Pipeline #250810 passed
......@@ -17,7 +17,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.7
version: 1.0.8
# 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
......
......@@ -116,6 +116,8 @@ extraEnvVarsSecrets:
```
### CHANGELOG
#### 1.0.8
- Add the option to configure `externalTrafficPolicy` in the SSH service, allowing users to preserve the client IP address when needed.
#### 1.0.7
- Add permission to delete events. Allows for cleaner spawning events when using KubeSpawner.
Example Configuration:
......
......@@ -12,6 +12,7 @@ spec:
{{- end }}
selector:
{{- include "jupyterhub-outpost.selectorLabels" . | nindent 4 }}
externalTrafficPolicy: {{ .Values.servicessh.externalTrafficPolicy }}
ports:
- port: {{ .Values.servicessh.port }}
targetPort: ssh
......
......@@ -53,6 +53,7 @@ servicessh:
nodePort:
extraPorts: []
loadBalancerIP:
externalTrafficPolicy: Cluster
ingress:
enabled: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment