-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathkustomization.yaml
More file actions
34 lines (29 loc) · 841 Bytes
/
kustomization.yaml
File metadata and controls
34 lines (29 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Shelly CLI Kubernetes Deployment
#
# Usage as remote base:
# kustomize build "https://github.com/tj-smith47/shelly-cli//examples/deployments/kubernetes"
#
# Generate config with `shelly init` or see:
# https://github.com/tj-smith47/shelly-cli/tree/master/examples/config
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: monitoring
labels:
- pairs:
app.kubernetes.io/managed-by: kustomize
includeSelectors: false
resources:
- namespace.yaml
- deployment.yaml
- service.yaml
# Uncomment if using Prometheus Operator
# - servicemonitor.yaml
# ConfigMap from your local shelly config
# Override this path in your overlay or set XDG_CONFIG_HOME
configMapGenerator:
- name: shelly-config
files:
- config.yaml
images:
- name: ghcr.io/tj-smith47/shelly-cli
newTag: latest