feat(helm): complete chart normalization with ConfigMap, HPA, and OCI migration
- Added debug mode, structured ConfigMap pattern, and README to all charts - Migrated all flat-structure charts to hierarchical values under chartname key - Fixed templates to use correct hierarchical paths - Renamed helm-rustical key to rustical, added HPA support - Fixed ingress YAML parsing (oxicloud), nested env vars (rustical) - Pushed all normalized charts to OCI registry as 1.0.0+ and updated ArgoCD apps
This commit is contained in:
parent
d0f40c0967
commit
1fd2bfef3d
71 changed files with 2150 additions and 965 deletions
|
|
@ -15,7 +15,7 @@ spec:
|
|||
{{- include "immich.selectorLabels" . | nindent 4 }}
|
||||
app.kubernetes.io/component: server
|
||||
---
|
||||
{{- if .Values.machineLearning.enabled }}
|
||||
{{- if .Values.immich.machineLearning.enabled }}
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
|
|
@ -24,9 +24,9 @@ metadata:
|
|||
{{- include "immich.labels" . | nindent 4 }}
|
||||
app.kubernetes.io/component: machine-learning
|
||||
spec:
|
||||
type: {{ .Values.machineLearning.service.type }}
|
||||
type: {{ .Values.immich.machineLearning.service.type }}
|
||||
ports:
|
||||
- port: {{ .Values.machineLearning.service.port }}
|
||||
- port: {{ .Values.immich.machineLearning.service.port }}
|
||||
targetPort: http
|
||||
protocol: TCP
|
||||
name: http
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue