Files
deploy/astrololo/kustomization.yaml
T
argocd-image-updater 9ced57af74 build: automatic update of astrololo
updates image gitea/astrololo-data tag 'f1956a08' to 'f34016a4'
updates image gitea/astrololo-logic tag '40c9bf79' to 'f34016a4'
updates image gitea/astrololo-presentation tag '40c9bf79' to 'f34016a4'
2026-07-24 16:28:32 +00:00

17 lines
500 B
YAML

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