nxtgauge-gitops/apps/nxtgauge-backend-rust/base/kustomization.yaml
Rimuru (Hermes Agent) 3a8807d3dd fix: remove non-existent social-media-managers service and OpenObserve monitoring
- Removed social-media-managers deployment and service (image not in registry)
- Removed OpenObserve endpoint and k8s monitor cronjobs (no longer needed)
- Cleaned up configmap references

Fixes ImagePullBackOff and CreateContainerConfigError errors
2026-05-29 05:28:03 +05:30

45 lines
1.3 KiB
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- serviceaccount-default.yaml
- configmap.yaml
- secret.yaml
- ingress.yaml
- gateway-deployment.yaml
- gateway-service.yaml
- users-deployment.yaml
- users-service.yaml
- companies-deployment.yaml
- companies-service.yaml
- jobs-deployment.yaml
- jobs-service.yaml
- leads-deployment.yaml
- leads-service.yaml
- job-seekers-deployment.yaml
- job-seekers-service.yaml
- customers-deployment.yaml
- customers-service.yaml
- payments-deployment.yaml
- payments-service.yaml
- employees-deployment.yaml
- employees-service.yaml
- photographers-deployment.yaml
- photographers-service.yaml
- makeup-artists-deployment.yaml
- makeup-artists-service.yaml
- tutors-deployment.yaml
- tutors-service.yaml
- developers-deployment.yaml
- developers-service.yaml
- video-editors-deployment.yaml
- video-editors-service.yaml
- graphic-designers-deployment.yaml
- graphic-designers-service.yaml
- fitness-trainers-deployment.yaml
- fitness-trainers-service.yaml
- catering-services-deployment.yaml
- catering-services-service.yaml
- ugc-content-creators-deployment.yaml
- ugc-content-creators-service.yaml
- cron-deployment.yaml