Files
deploy/astrololo/kustomization.yaml
T
argocd-image-updater 268ea8359f build: automatic update of astrololo
updates image gitea/astrololo-render tag 'latest' to '8ebce816'
2026-07-30 15:17:47 +00:00

20 lines
648 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- data.yaml
- logic.yaml
- 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: 8ebce816
- name: gitea.czernobog.pl/gitea/astrololo-logic
newTag: 8ebce816
- name: gitea.czernobog.pl/gitea/astrololo-render
newTag: 8ebce816
- name: gitea.czernobog.pl/gitea/astrololo-presentation
newTag: 8ebce816