ai/at
1
0
This commit is contained in:
2026-02-04 22:52:06 +09:00
parent 88cb429951
commit 718820daec
16 changed files with 1001 additions and 0 deletions

27
k8s/kustomization.yaml Normal file
View File

@@ -0,0 +1,27 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: atproto
resources:
- namespace.yaml
- postgres.yaml
- redis.yaml
- plc.yaml
- pds.yaml
- bgs.yaml
- bsky.yaml
- social-app.yaml
- ozone.yaml
- ozone-web.yaml
- jetstream.yaml
- feed.yaml
## deploy.yml に images / secretGenerator を設定
## デプロイ: cp deploy.yml kustomization.yaml && kubectl apply -k .
secretGenerator:
- name: atproto-secrets
envs:
- secrets.env
options:
disableNameSuffixHash: true