28 lines
439 B
YAML
28 lines
439 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: xactmon
|
|
|
|
labels:
|
|
- pairs:
|
|
app.kubernetes.io/instance: xactmon
|
|
app.kubernetes.io/part-of: xactmon
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- secrets.yaml
|
|
- xactmon.yaml
|
|
- certificate.yaml
|
|
- ../dch-root-ca
|
|
|
|
configMapGenerator:
|
|
- name: xactmon
|
|
files:
|
|
- config.toml
|
|
- rules.toml
|
|
- commerce.awk
|
|
|
|
images:
|
|
- name: git.pyrocufflink.net/packages/xactmon
|
|
newTag: dev
|