infra/kubernetes/duplikate/kustomization.yaml
Gabriel Simmer d71fd9ef25
All checks were successful
Lint / lint (push) Successful in 39s
A ton of tweaks to fully spin up cluster from zero
2024-07-09 11:43:02 +01:00

22 lines
490 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
helmCharts:
- name: redis
releaseName: duplikate-redis
repo: https://charts.bitnami.com/bitnami
valuesInline:
architecture: standalone
auth:
enabled: false
image:
registry: registry.redict.io
repository: redict
tag: 7.3-compat
version: 18.6.1
kind: Kustomization
namespace: duplikate
resources:
- Deployment-duplikate.yaml
- VaultAuth.yaml
- VaultStaticSecret-duplikate.yaml
- Namespace-duplikate.yaml