Peter Kurfer
77dc3f0c7f
All checks were successful
continuous-integration/drone/push Build is passing
18 lines
No EOL
344 B
YAML
18 lines
No EOL
344 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: buildr
|
|
|
|
commonLabels:
|
|
app.kubernetes.io/instance: buildr-docs
|
|
app.kubernetes.io/managed-by: kustomize
|
|
|
|
images:
|
|
- name: buildr-docs
|
|
newName: code.icb4dc0.de/buildr/docs
|
|
newTag: latest
|
|
|
|
resources:
|
|
- "deployment.yaml"
|
|
- "service.yaml"
|
|
- "ingress.yaml" |