You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
440 B
YAML
21 lines
440 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
labels:
|
|
app: prometheus-es-exporter
|
|
release: prometheus-es-exporter
|
|
name: prometheus-es-exporter
|
|
spec:
|
|
template:
|
|
spec:
|
|
hostAliases:
|
|
- hostnames:
|
|
- dev-elastic-stack-elastic-01
|
|
ip: 10.0.0.5
|
|
- hostnames:
|
|
- dev-elastic-stack-elastic-02
|
|
ip: 10.0.0.6
|
|
- hostnames:
|
|
- dev-elastic-stack-elastic-03
|
|
ip: 10.0.0.7
|