Files
containers/bitnami/postgres-exporter/test.yaml
2019-07-23 10:42:07 +00:00

23 lines
499 B
YAML

## This is test deployment for Kubernetes platforms.
## This is _not_ intended to be use in producction.
##
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
labels:
app: test-postgres-exporter
name: test-postgres-exporter
spec:
replicas: 1
selector:
matchLabels:
app: test-postgres-exporter
template:
metadata:
labels:
app: test-postgres-exporter
spec:
containers:
- image: bitnami/postgres-exporter
name: postgres-exporter