Files
deploy/astrololo/kustomization.yaml
T
2026-08-26 19:44:13 +02:00

25 lines
974 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- postgres.yaml # lustro baz Excela w SQL (DAN-28) — sekret astrololo-postgres POZA repo
- data.yaml
- logic.yaml
- astrodemo-stack.yaml # OSOBNA warstwa danych i logiki dla demo (PRE-29)
- astrodemo.yaml # wersja demo (PRE-28) — sekret astrololo-astrodemo POZA repo
- presentation.yaml
- render.yaml # składanie raportu PDF (PRE-24), osobny obraz z TeX Live
- tls.yaml # certyfikat z własnego CA (wymaga cert-managera)
- ingress.yaml # wejście po https + przekierowanie z http
images:
- name: gitea.czernobog.pl/gitea/astrololo-data
newTag: 320a0ab2
- name: gitea.czernobog.pl/gitea/astrololo-logic
newTag: 320a0ab2
- name: gitea.czernobog.pl/gitea/astrololo-render
newTag: latest
- name: gitea.czernobog.pl/gitea/astrololo-presentation
newTag: 320a0ab2
- name: gitea.czernobog.pl/gitea/astrololo-astrodemo
newTag: fd79513c