mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
13 lines
251 B
YAML
13 lines
251 B
YAML
# /apps/prod/lemma/kustomization.yaml
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: lemma
|
|
|
|
resources:
|
|
- ../../base/lemma
|
|
- secret.enc.yaml
|
|
- ingress.yaml
|
|
|
|
images:
|
|
- name: ghcr.io/lordmathis/lemma
|
|
newTag: v0.5.2 |