d137a49e28
updates image gitea/astrololo-data tag 'f34016a4' to 'f24616d3' updates image gitea/astrololo-logic tag 'f34016a4' to 'f24616d3' updates image gitea/astrololo-presentation tag '6c9029c4' to 'f24616d3'
17 lines
500 B
YAML
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: f24616d3
|
|
- name: gitea.czernobog.pl/gitea/astrololo-logic
|
|
newTag: f24616d3
|
|
- name: gitea.czernobog.pl/gitea/astrololo-presentation
|
|
newTag: f24616d3
|