adding exporter to postgres
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -40,9 +40,6 @@
|
|||||||
[submodule "csi-s3/node-driver-registrar"]
|
[submodule "csi-s3/node-driver-registrar"]
|
||||||
path = csi-s3/node-driver-registrar
|
path = csi-s3/node-driver-registrar
|
||||||
url = https://github.com/kubernetes-csi/node-driver-registrar.git
|
url = https://github.com/kubernetes-csi/node-driver-registrar.git
|
||||||
[submodule "apps/postgresql/postgres_exporter"]
|
|
||||||
path = apps/postgresql/postgres_exporter
|
|
||||||
url = https://github.com/wrouesnel/postgres_exporter.git
|
|
||||||
[submodule "apps/tekton/dashboard"]
|
[submodule "apps/tekton/dashboard"]
|
||||||
path = apps/tekton/dashboard
|
path = apps/tekton/dashboard
|
||||||
url = https://github.com/tektoncd/dashboard.git
|
url = https://github.com/tektoncd/dashboard.git
|
||||||
|
|||||||
Submodule apps/postgresql/postgres_exporter deleted from b12c8ab04e
@@ -19,6 +19,11 @@ spec:
|
|||||||
env: live
|
env: live
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
|
- name: postgres-exporter
|
||||||
|
image: quay.io/prometheuscommunity/postgres-exporter
|
||||||
|
ports:
|
||||||
|
- containerPort: 9187
|
||||||
|
protocol: TCP
|
||||||
- name: postgres
|
- name: postgres
|
||||||
image: postgres
|
image: postgres
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user