up to git

This commit is contained in:
ryan
2026-06-24 09:44:24 +07:00
commit 78e1d1a98a
27 changed files with 1178 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- satusehat-service-deployment.yaml
- satusehat-service-service.yaml
- satusehat-worker-deployment.yaml
- satusehat-worker-service.yaml
- satusehat-worker-data-pvc.yaml
- redis-deployment.yaml
- redis-service.yaml
- redis-pvc.yaml
patches:
- path: satusehat-service-resources.yaml
- path: satusehat-service-probes.yaml
- path: satusehat-worker-resources.yaml
- path: satusehat-worker-probes.yaml
- path: patch-worker-writable-path.yaml
- path: patch-worker-wait-service.yaml
commonLabels:
app.kubernetes.io/part-of: satusehat