24 lines
443 B
YAML
24 lines
443 B
YAML
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
kind: Kustomization
|
||
|
|
||
|
namespace: zipline
|
||
|
|
||
|
images:
|
||
|
- name: zipline
|
||
|
newName: ghcr.io/diced/zipline
|
||
|
newTag: "3.7.4"
|
||
|
|
||
|
commonLabels:
|
||
|
app.kubernetes.io/instance: icb4dc0de
|
||
|
app.kubernetes.io/managed-by: kustomize
|
||
|
|
||
|
resources:
|
||
|
- "resources/deployment.yaml"
|
||
|
- "resources/service.yaml"
|
||
|
- "resources/ingress.yaml"
|
||
|
|
||
|
secretGenerator:
|
||
|
- name: zipline-base-config
|
||
|
envs:
|
||
|
- "config/base.env"
|