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