Files
deploy/astrololo/kustomization.yaml
T
argocd-image-updater 96a6e2cc65 build: automatic update of astrololo
updates image gitea/astrololo-logic tag 'fd79513c' to '10970c57'
updates image gitea/astrololo-presentation tag 'fd79513c' to '10970c57'
2026-08-27 10:45:39 +00:00

25 lines
976 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: fd79513c
- name: gitea.czernobog.pl/gitea/astrololo-logic
newTag: 10970c57
- name: gitea.czernobog.pl/gitea/astrololo-render
newTag: cf24c4d4
- name: gitea.czernobog.pl/gitea/astrololo-presentation
newTag: 10970c57
- name: gitea.czernobog.pl/gitea/astrololo-astrodemo
newTag: fd79513c