mirror of
https://github.com/zoriya/snow.git
synced 2026-08-09 07:48:47 +00:00
19 lines
277 B
YAML
19 lines
277 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
labels:
|
|
- includeSelectors: true
|
|
pairs:
|
|
app.kubernetes.io/name: atuin
|
|
|
|
configMapGenerator:
|
|
- name: settings
|
|
literals:
|
|
- server.toml=""
|
|
|
|
resources:
|
|
- deploy.yaml
|
|
- svc.yaml
|
|
- ingress.yaml
|
|
- database.yaml
|