3fe5c33366
updates image gitea/astrololo-data tag '15964dd0' to '171deff2' updates image gitea/astrololo-logic tag '15964dd0' to '171deff2' updates image gitea/astrololo-presentation tag '15964dd0' to '171deff2'
20 lines
646 B
YAML
20 lines
646 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: 171deff2
|
|
- name: gitea.czernobog.pl/gitea/astrololo-logic
|
|
newTag: 171deff2
|
|
- name: gitea.czernobog.pl/gitea/astrololo-render
|
|
newTag: latest
|
|
- name: gitea.czernobog.pl/gitea/astrololo-presentation
|
|
newTag: 171deff2
|