titan-iac/services/maintenance/kustomization.yaml

68 lines
2.0 KiB
YAML
Raw Normal View History

# services/maintenance/kustomization.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- image.yaml
- secretproviderclass.yaml
2026-01-31 03:35:39 -03:00
- soteria-configmap.yaml
- vault-serviceaccount.yaml
- vault-sync-deployment.yaml
- ariadne-serviceaccount.yaml
- ariadne-rbac.yaml
- disable-k3s-traefik-serviceaccount.yaml
- k3s-traefik-cleanup-rbac.yaml
- node-nofile-serviceaccount.yaml
- pod-cleaner-rbac.yaml
2026-01-31 03:35:39 -03:00
- soteria-serviceaccount.yaml
- soteria-rbac.yaml
- ariadne-deployment.yaml
2026-01-28 01:48:32 -03:00
- oneoffs/ariadne-migrate-job.yaml
- ariadne-service.yaml
2026-01-31 03:35:39 -03:00
- soteria-deployment.yaml
- disable-k3s-traefik-daemonset.yaml
2026-01-28 01:48:32 -03:00
- oneoffs/k3s-traefik-cleanup-job.yaml
- node-nofile-daemonset.yaml
- k3s-agent-restart-daemonset.yaml
- pod-cleaner-cronjob.yaml
- node-image-sweeper-serviceaccount.yaml
- node-image-sweeper-daemonset.yaml
- image-sweeper-cronjob.yaml
2026-01-31 03:35:39 -03:00
- soteria-service.yaml
images:
- name: registry.bstein.dev/bstein/ariadne
newTag: 0.1.0-90 # {"$imagepolicy": "maintenance:ariadne:tag"}
2026-01-31 03:35:39 -03:00
- name: registry.bstein.dev/infra/soteria
newTag: 0.1.0-0 # {"$imagepolicy": "maintenance:soteria:tag"}
2026-01-13 09:59:39 -03:00
configMapGenerator:
- name: disable-k3s-traefik-script
namespace: maintenance
files:
- disable_k3s_traefik.sh=scripts/disable_k3s_traefik.sh
options:
disableNameSuffixHash: true
- name: k3s-traefik-cleanup-script
namespace: maintenance
files:
- k3s_traefik_cleanup.sh=scripts/k3s_traefik_cleanup.sh
options:
disableNameSuffixHash: true
2026-01-13 09:59:39 -03:00
- name: node-nofile-script
namespace: maintenance
files:
- node_nofile.sh=scripts/node_nofile.sh
options:
disableNameSuffixHash: true
- name: pod-cleaner-script
namespace: maintenance
files:
- pod_cleaner.sh=scripts/pod_cleaner.sh
options:
disableNameSuffixHash: true
- name: node-image-sweeper-script
namespace: maintenance
files:
- node_image_sweeper.sh=scripts/node_image_sweeper.sh
options:
disableNameSuffixHash: true