Skip to content
Snippets Groups Projects
Commit 15482607 authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

staticIP

parent faf76712
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,11 @@ metadata:
{{- include "jupyter-control-notebook-chart.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
{{- if .Values.staticIP }}
clusterIP: {{.Values.staticIP}}
{{- else }}
clusterIP: None
{{- end }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
......
......@@ -99,4 +99,5 @@ epicsConfiguration:
pip:
- infn-ophyd-hal
staticIP:
nfsMounts:
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