infra/kubernetes/homepage/kustomization.yaml

17 lines
314 B
YAML
Raw Normal View History

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: homepage
patches:
- path: ./deployment.yaml
helmCharts:
- name: homepage
repo: https://jameswynn.github.io/helm-charts
releaseName: homepage
namespace: homepage
version: 1.2.3
kubeVersion: "1.30"
valuesFile: ./homepage.yaml