Files
homelab/k8s/applications/homarr/kustomization.yaml
T

13 lines
278 B
YAML
Raw Normal View History

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: dashboard
resources:
- homarr-secrets.enc.yaml
# Patch Homarr deployment with proper probe timing
patches:
- path: deployment-probes-patch.yaml
target:
kind: Deployment
name: homarr