bd0948f7a5
updates image gitea/astrololo-data tag '003deb94' to 'b838cf47' updates image gitea/astrololo-logic tag '003deb94' to 'e2b50b28' updates image gitea/astrololo-presentation tag '003deb94' to 'e2b50b28'
21 lines
739 B
YAML
21 lines
739 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
|
|
- 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: b838cf47
|
|
- name: gitea.czernobog.pl/gitea/astrololo-logic
|
|
newTag: e2b50b28
|
|
- name: gitea.czernobog.pl/gitea/astrololo-render
|
|
newTag: latest
|
|
- name: gitea.czernobog.pl/gitea/astrololo-presentation
|
|
newTag: e2b50b28
|