helm/siyuan-note/kustomization.yaml

13 lines
298 B
YAML
Raw Normal View History

2023-09-06 04:41:17 +00:00
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- deployment.yaml
- service.yaml
- ingress.yaml
- pvc.yaml
images:
- name: siyuan-note
newName: b3log/siyuan
newTag: v2.10.2