[add] librephotos
This commit is contained in:
parent
ebc53109d4
commit
a23428dec3
44 changed files with 2123 additions and 0 deletions
35
librephotos-docker/k8s/kustomization.yaml
Normal file
35
librephotos-docker/k8s/kustomization.yaml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
namespace: librephotos
|
||||
|
||||
resources:
|
||||
- backend.yaml
|
||||
- db.yaml
|
||||
- frontend.yaml
|
||||
- ingress.yaml
|
||||
- ns.yaml
|
||||
- pvcs.yaml
|
||||
- redis.yaml
|
||||
|
||||
configMapGenerator:
|
||||
- name: backend
|
||||
envs:
|
||||
- config/backend.env
|
||||
|
||||
images:
|
||||
- name: backend-placeholder
|
||||
newName: reallibrephotos/librephotos
|
||||
newTag: 2022w12
|
||||
- name: frontend-placeholder
|
||||
newName: reallibrephotos/librephotos-frontend
|
||||
newTag: 2022w12
|
||||
- name: proxy-placeholder
|
||||
newName: reallibrephotos/librephotos-proxy
|
||||
newTag: 2022w10
|
||||
- name: postgresql-placeholder
|
||||
newName: postgres
|
||||
newTag: "13"
|
||||
- name: redis-placeholder
|
||||
newName: redis
|
||||
newTag: "6"
|
||||
Loading…
Add table
Add a link
Reference in a new issue