Update memos lib

This commit is contained in:
Nikolai Rodionov 2025-03-30 18:18:28 +02:00
parent bb45328532
commit 2c0f498611
Signed by: allanger
GPG Key ID: 09F8B434D0FDD99B
6 changed files with 31 additions and 23 deletions

View File

@ -2,7 +2,7 @@ environments:
badhouseplants:
kubeContext: badhouseplants
values:
- ./common/values/values.badhouseplants.yaml
#- ./common/values/values.badhouseplants.yaml
- base:
enabled: true
- velero:

View File

@ -165,6 +165,7 @@ releases:
chart: istio/base
condition: istio.enabled
namespace: istio-system
version: 1.25.1
inherit:
- template: common-values
@ -172,6 +173,7 @@ releases:
chart: istio/istiod
condition: istio.enabled
namespace: istio-system
version: 1.25.1
inherit:
- template: common-values-tpl
needs:

View File

@ -111,7 +111,7 @@ releases:
- name: memos
chart: allangers-charts/memos
version: 0.2.0
version: 0.3.0
namespace: applications
inherit:
- template: default-env-values

View File

@ -11,6 +11,7 @@ namespaces:
- name: istio-system
defaultRegcred: true
- name: applications
defaultRegcred: true
labels:
istio-injection: enabled
- name: platform

View File

@ -7,14 +7,22 @@ ext-database:
credentials:
MEMOS_DRIVER: postgres
MEMOS_DSN: "{{ .Protocol }}://{{ .Username }}:{{ .Password }}@{{ .Hostname }}:{{ .Port }}/{{ .Database }}?sslmode=disable"
base:
workload:
containers:
memos:
envFrom:
main: {}
raw:
- secretRef:
name: memos-postgres16-creds
workload:
containers:
memos:
envFrom:
- main
- secretRef:
name: memos-postgres16-creds
storage:
data:
metadata:
annotations:
volume.kubernetes.io/selected-node: bordeaux
storageClassName: openebs-hostpath
ingress:
main:
annotations:

View File

@ -1,19 +1,16 @@
hub: null
global:
hub: my-company-private/istio
hub: {{ .Values.registry }}
imagePullSecrets:
- regcred
pilot:
resources:
requests:
cpu: 50m
memory: 2048Mi
memory: 256Mi
global:
proxy:
resources:
requests:
cpu: 20m
memory: 128Mi
limits:
memory: 128Mi
hub: {{ .Values.registry }}/istio
imagePullSecrets:
- regcred
proxy:
resources:
requests:
cpu: 20m
memory: 54Mi
limits:
memory: 54Mi