prd_monitoring
This commit is contained in:
parent
5aea80be4a
commit
81e14591d7
|
|
@ -16,4 +16,4 @@ spec:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: "8Gi"
|
storage: "2000Gi"
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
admin:$apr1$JIoWDh3p$Mo4E8nEh3beHp9n1IRjmc/
|
|
||||||
|
|
@ -6,7 +6,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
rules:
|
rules:
|
||||||
- host: grafana.nhngpuaas.com
|
- host: monitoring.gpulive.nhncloud.com
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- backend:
|
- backend:
|
||||||
|
|
@ -18,7 +18,7 @@ spec:
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- grafana.nhngpuaas.com
|
- monitoring.gpulive.nhncloud.com
|
||||||
secretName: nhngpuaas-ssl
|
secretName: gpulive-new-ssl
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,3 @@ resources:
|
||||||
|
|
||||||
generatorOptions:
|
generatorOptions:
|
||||||
disableNameSuffixHash: true
|
disableNameSuffixHash: true
|
||||||
secretGenerator:
|
|
||||||
- name: basic-auth
|
|
||||||
files:
|
|
||||||
- auth
|
|
||||||
type: Opaque
|
|
||||||
|
|
@ -6,7 +6,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
rules:
|
rules:
|
||||||
- host: alpha-alert.gpulive.apppaas.io
|
- host: alert.gpulive.nhncloud.com
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- backend:
|
- backend:
|
||||||
|
|
@ -18,5 +18,5 @@ spec:
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- alpha-alert.gpulive.apppaas.io
|
- alert.gpulive.nhncloud.com
|
||||||
secretName: gpulive-apppaas-io-ssl
|
secretName: gpulive-new-ssl
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
rules:
|
rules:
|
||||||
- host: prometheus.nhngpuaas.com
|
- host: prometheus.gpulive.nhncloud.com
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- backend:
|
- backend:
|
||||||
|
|
@ -18,5 +18,5 @@ spec:
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- prometheus.nhngpuaas.com
|
- prometheus.gpulive.nhncloud.com
|
||||||
secretName: nhngpuaas-ssl
|
secretName: nhngpuaas-ssl
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue