apps/snips/kustomization.yaml
Peter Kurfer 3fdbfe8d7e
All checks were successful
Renovate / renovate (push) Successful in 31s
feat(snips): initial setup
2024-03-06 22:11:07 +01:00

35 lines
No EOL
677 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: snips
images:
- name: snips
newName: ghcr.io/robherley/snips.sh
newTag: v0.3.2
- name: litestream
newName: litestream/litestream
newTag: "0.3"
labels:
- includeSelectors: true
pairs:
app.kubernetes.io/instance: icb4dc0de
app.kubernetes.io/managed-by: kustomize
resources:
- resources/namespace.yaml
- resources/statefulset.yaml
- resources/service.yaml
- resources/routes.yaml
configMapGenerator:
- name: snips-config
envs:
- config/.env
- name: litestream-config
files:
- config/litestream.yml
generators:
- ./secret-generator.yaml