mirror of
https://github.com/Direct-Dev-Ru/go-lcg.git
synced 2025-11-16 09:39:56 +00:00
26 lines
377 B
YAML
26 lines
377 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
# Namespace
|
|
namespace: lcg
|
|
|
|
# Resources
|
|
resources:
|
|
- configmap.yaml
|
|
- secret.yaml
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- ingress-route.yaml
|
|
|
|
# Common labels
|
|
commonLabels:
|
|
app: lcg
|
|
version: v2.0.5
|
|
managed-by: kustomize
|
|
|
|
# Images
|
|
images:
|
|
- name: lcg
|
|
newName: kuznetcovay/lcg
|
|
newTag: v2.0.5
|