24 lines
518 B
YAML
24 lines
518 B
YAML
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
|
|
kind: Kustomization
|
|
resources:
|
|
- deploy.yaml
|
|
- service.yaml
|
|
images:
|
|
- name: image
|
|
newName: cr.wetofu.me/nearaidev/ironclaw
|
|
newTag: 0.28.1
|
|
configMapGenerator:
|
|
- name: ironclaw
|
|
files:
|
|
- config/DATABASE_BACKEND
|
|
- config/ONBOARD_COMPLETED
|
|
- config/AGENT_NAME
|
|
- config/HTTP_HOST
|
|
secretGenerator:
|
|
- name: ironclaw
|
|
files:
|
|
- secret/DATABASE_URL
|
|
- secret/SECRETS_MASTER_KEY
|
|
- secret/LLM_API_KEY
|
|
- secret/TELEGRAM_BOT_TOKEN
|