comparison deploy_vmetrics.yaml @ 21:10127391f6f3

don't use docker images to bake in the config files
author drewp@bigasterisk.com
date Sat, 24 Jun 2023 23:00:40 -0700
parents f5777b65f035
children
comparison
equal deleted inserted replaced
20:f5777b65f035 21:10127391f6f3
40 ports: 40 ports:
41 - containerPort: 8428 41 - containerPort: 8428
42 volumeMounts: 42 volumeMounts:
43 - { name: data, mountPath: /data } 43 - { name: data, mountPath: /data }
44 - { name: config, mountPath: "/local/config" } 44 - { name: config, mountPath: "/local/config" }
45 # resources:
46 # limits:
47 # memory: 0.5Gi
48 affinity: 45 affinity:
49 nodeAffinity: 46 nodeAffinity:
50 requiredDuringSchedulingIgnoredDuringExecution: 47 requiredDuringSchedulingIgnoredDuringExecution:
51 nodeSelectorTerms: 48 nodeSelectorTerms:
52 - matchExpressions: 49 - matchExpressions: