Commit 7d947c29 authored by duhow's avatar duhow
Browse files

fix types

parent f5ac3a1e
......@@ -16,6 +16,6 @@ spec:
ports:
- protocol: TCP
name: http
port: http
targetPort: {{ .port }}
port: {{ .port }}
targetPort: http
{{- end }}
......@@ -70,7 +70,7 @@ spec:
- name: data
emptyDir: {}
{{- else if and .Values.ollama.persistence.enabled (not .Values.ollama.persistence.existingClaim) }}
{}
[]
volumeClaimTemplates:
- metadata:
name: data
......
......@@ -11,9 +11,9 @@ spec:
type: {{ .type }}
ports:
- protocol: TCP
port: http
targetPort: {{ .port }}
port: {{ .port }}
targetPort: http
{{- if .nodePort }}
nodePort: {{ .nodePort }}
nodePort: {{ .nodePort | int }}
{{- end }}
{{- end }}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment