disable broken services
All checks were successful
/ diff-and-deploy (push) Successful in 2m12s

This commit is contained in:
Finn 2025-03-24 13:21:23 -07:00
parent ea20de8902
commit 7e72d7be05
2 changed files with 3 additions and 3 deletions

View file

@ -6,5 +6,5 @@ resources:
- config.yaml
- ingress.yaml
- services.yaml
- statefulset.yaml
# - statefulset.yaml
- secrets.yaml

View file

@ -3,6 +3,6 @@ kind: Kustomization
namespace: spoolman
resources:
- namespace.yaml
- database.yaml
- deployment.yaml
# - database.yaml
# - deployment.yaml
- ingress.yaml