mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 11:33:17 +00:00
chore: Update version to 0.1.1 and add nodeSelector and tolerations to deployment configuration
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: ha-mcp
|
name: ha-mcp
|
||||||
description: Home Assistant MCP server Helm chart
|
description: Home Assistant MCP server Helm chart
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.0
|
version: 0.1.1
|
||||||
appVersion: "7.1.0"
|
appVersion: "7.1.0"
|
||||||
annotations:
|
annotations:
|
||||||
version-source: github-release:homeassistant-ai/ha-mcp
|
version-source: github-release:homeassistant-ai/ha-mcp
|
||||||
|
|||||||
@@ -23,6 +23,14 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: {{ .Release.Name }}
|
app: {{ .Release.Name }}
|
||||||
spec:
|
spec:
|
||||||
|
{{- with .Values.nodeSelector }}
|
||||||
|
nodeSelector:
|
||||||
|
{{- toYaml . | nindent 8 }}
|
||||||
|
{{- end }}
|
||||||
|
{{- with .Values.tolerations }}
|
||||||
|
tolerations:
|
||||||
|
{{- toYaml . | nindent 8 }}
|
||||||
|
{{- end }}
|
||||||
containers:
|
containers:
|
||||||
- name: {{ .Chart.Name }}
|
- name: {{ .Chart.Name }}
|
||||||
image: "{{ .Values.image.repository }}:{{ .Chart.AppVersion }}"
|
image: "{{ .Values.image.repository }}:{{ .Chart.AppVersion }}"
|
||||||
|
|||||||
@@ -23,6 +23,10 @@ resources:
|
|||||||
cpu: "500m"
|
cpu: "500m"
|
||||||
memory: "512Mi"
|
memory: "512Mi"
|
||||||
|
|
||||||
|
nodeSelector: {}
|
||||||
|
|
||||||
|
tolerations: []
|
||||||
|
|
||||||
ingresses: {}
|
ingresses: {}
|
||||||
# https:
|
# https:
|
||||||
# host: ha.mcp.example.com
|
# host: ha.mcp.example.com
|
||||||
|
|||||||
Reference in New Issue
Block a user