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: f1956a08 - name: gitea.czernobog.pl/gitea/astrololo-logic newTag: f1956a08 - name: gitea.czernobog.pl/gitea/astrololo-presentation newTag: f1956a08