9d5f318272
updates image gitea/astrololo-data tag '56fdf01d' to 'e8f868e9' updates image gitea/astrololo-logic tag '56fdf01d' to 'e8f868e9' updates image gitea/astrololo-presentation tag '56fdf01d' to 'e8f868e9'
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: e8f868e9
|
|
- name: gitea.czernobog.pl/gitea/astrololo-logic
|
|
newTag: e8f868e9
|
|
- name: gitea.czernobog.pl/gitea/astrololo-presentation
|
|
newTag: e8f868e9
|