-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathkustomization.yaml
More file actions
34 lines (31 loc) · 855 Bytes
/
kustomization.yaml
File metadata and controls
34 lines (31 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
namespace: ceramic-one
images:
- name: ceramicnetwork/composedb-cli
newName: ceramicnetwork/composedb-cli
newTag: "latest"
- name: ceramicnetwork/js-ceramic
newName: ceramicnetwork/js-ceramic
newTag: "latest"
- name: ceramicnetwork/ceramic-one
newName: public.ecr.aws/r5b3e0r5/3box/ceramic-one
newTag: "0.17.0"
- name: postgres
newName: postgres
newTag: 15-alpine
resources:
- ./manifests/js-ceramic-sts.yaml
- ./manifests/ceramic-one-sts.yaml
- ./manifests/ceramic-one-lb.yaml
- ./manifests/js-ceramic-lb.yaml
- ./manifests/postgres-sts.yaml
configMapGenerator:
- name: js-ceramic-env
envs:
- ./envs/js-ceramic.env
- name: ceramic-one-env
envs:
- ./envs/ceramic-one.env
- name: js-ceramic-init
files:
- ./files/daemon-config.json
- ./files/js-ceramic-init.sh