Homepage/k8s/kustomization.yaml
Alexis Bruneteau 50f5234488 init
2025-09-04 17:17:18 +02:00

24 lines
361 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: homepage
resources:
- namespace.yaml
- configmap.yaml
- rbac.yaml
- service.yaml
- deployment.yaml
- ingress.yaml
commonLabels:
app: homepage
version: v1.0.0
images:
- name: ghcr.io/gethomepage/homepage
newTag: latest
replicas:
- name: homepage
count: 1