mirror of
https://github.com/Direct-Dev-Ru/go-lcg.git
synced 2025-11-15 17:20:00 +00:00
26 lines
383 B
YAML
26 lines
383 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: ${VERSION}
|
|
managed-by: kustomize
|
|
|
|
# Images
|
|
images:
|
|
- name: lcg
|
|
newName: ${REPOSITORY}
|
|
newTag: ${VERSION}
|