Update memos lib
This commit is contained in:
parent
bb45328532
commit
2c0f498611
@ -2,7 +2,7 @@ environments:
|
|||||||
badhouseplants:
|
badhouseplants:
|
||||||
kubeContext: badhouseplants
|
kubeContext: badhouseplants
|
||||||
values:
|
values:
|
||||||
- ./common/values/values.badhouseplants.yaml
|
#- ./common/values/values.badhouseplants.yaml
|
||||||
- base:
|
- base:
|
||||||
enabled: true
|
enabled: true
|
||||||
- velero:
|
- velero:
|
||||||
|
@ -165,6 +165,7 @@ releases:
|
|||||||
chart: istio/base
|
chart: istio/base
|
||||||
condition: istio.enabled
|
condition: istio.enabled
|
||||||
namespace: istio-system
|
namespace: istio-system
|
||||||
|
version: 1.25.1
|
||||||
inherit:
|
inherit:
|
||||||
- template: common-values
|
- template: common-values
|
||||||
|
|
||||||
@ -172,6 +173,7 @@ releases:
|
|||||||
chart: istio/istiod
|
chart: istio/istiod
|
||||||
condition: istio.enabled
|
condition: istio.enabled
|
||||||
namespace: istio-system
|
namespace: istio-system
|
||||||
|
version: 1.25.1
|
||||||
inherit:
|
inherit:
|
||||||
- template: common-values-tpl
|
- template: common-values-tpl
|
||||||
needs:
|
needs:
|
||||||
|
@ -111,7 +111,7 @@ releases:
|
|||||||
|
|
||||||
- name: memos
|
- name: memos
|
||||||
chart: allangers-charts/memos
|
chart: allangers-charts/memos
|
||||||
version: 0.2.0
|
version: 0.3.0
|
||||||
namespace: applications
|
namespace: applications
|
||||||
inherit:
|
inherit:
|
||||||
- template: default-env-values
|
- template: default-env-values
|
||||||
|
@ -11,6 +11,7 @@ namespaces:
|
|||||||
- name: istio-system
|
- name: istio-system
|
||||||
defaultRegcred: true
|
defaultRegcred: true
|
||||||
- name: applications
|
- name: applications
|
||||||
|
defaultRegcred: true
|
||||||
labels:
|
labels:
|
||||||
istio-injection: enabled
|
istio-injection: enabled
|
||||||
- name: platform
|
- name: platform
|
||||||
|
@ -7,14 +7,22 @@ ext-database:
|
|||||||
credentials:
|
credentials:
|
||||||
MEMOS_DRIVER: postgres
|
MEMOS_DRIVER: postgres
|
||||||
MEMOS_DSN: "{{ .Protocol }}://{{ .Username }}:{{ .Password }}@{{ .Hostname }}:{{ .Port }}/{{ .Database }}?sslmode=disable"
|
MEMOS_DSN: "{{ .Protocol }}://{{ .Username }}:{{ .Password }}@{{ .Hostname }}:{{ .Port }}/{{ .Database }}?sslmode=disable"
|
||||||
|
base:
|
||||||
|
workload:
|
||||||
|
containers:
|
||||||
|
memos:
|
||||||
|
envFrom:
|
||||||
|
main: {}
|
||||||
|
raw:
|
||||||
|
- secretRef:
|
||||||
|
name: memos-postgres16-creds
|
||||||
|
|
||||||
workload:
|
storage:
|
||||||
containers:
|
data:
|
||||||
memos:
|
metadata:
|
||||||
envFrom:
|
annotations:
|
||||||
- main
|
volume.kubernetes.io/selected-node: bordeaux
|
||||||
- secretRef:
|
storageClassName: openebs-hostpath
|
||||||
name: memos-postgres16-creds
|
|
||||||
ingress:
|
ingress:
|
||||||
main:
|
main:
|
||||||
annotations:
|
annotations:
|
||||||
|
@ -1,19 +1,16 @@
|
|||||||
hub: null
|
|
||||||
global:
|
|
||||||
hub: my-company-private/istio
|
|
||||||
hub: {{ .Values.registry }}
|
|
||||||
imagePullSecrets:
|
|
||||||
- regcred
|
|
||||||
pilot:
|
pilot:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 50m
|
||||||
memory: 2048Mi
|
memory: 256Mi
|
||||||
global:
|
global:
|
||||||
proxy:
|
hub: {{ .Values.registry }}/istio
|
||||||
resources:
|
imagePullSecrets:
|
||||||
requests:
|
- regcred
|
||||||
cpu: 20m
|
proxy:
|
||||||
memory: 128Mi
|
resources:
|
||||||
limits:
|
requests:
|
||||||
memory: 128Mi
|
cpu: 20m
|
||||||
|
memory: 54Mi
|
||||||
|
limits:
|
||||||
|
memory: 54Mi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user