24 lines
571 B
YAML
24 lines
571 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- pvc.yaml
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- ingress.yaml
|
|
- mariadb-pvc.yaml
|
|
- mariadb-deployment.yaml
|
|
- mariadb-service.yaml
|
|
- matomo-pvc.yaml
|
|
- matomo-deployment.yaml
|
|
- matomo-service.yaml
|
|
- ingress-analytics.yaml
|
|
|
|
# CI updates this block automatically via `kustomize edit set image`.
|
|
# The image name here matches the `image: solitaire-server` stub in deployment.yaml.
|
|
images:
|
|
- name: solitaire-server
|
|
newName: git.aleshym.co/funman300/solitaire-server
|
|
newTag: ecab227b
|