15 lines
321 B
YAML
15 lines
321 B
YAML
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
|
|
|
|
kind: Kustomization
|
|
namespace: openclaw
|
|
resources:
|
|
- deployment.yaml
|
|
- service.yaml
|
|
images:
|
|
- name: image
|
|
newName: cr.wetofu.me/xpzouying/xiaohongshu-mcp
|
|
newTag: v1.2.4
|
|
configMapGenerator:
|
|
- name: xhs-cookies
|
|
files:
|
|
- cookies.json |