Merge branch 'main' of gitlab.com:oceanbox/manifests
This commit is contained in:
@@ -237,6 +237,7 @@ configMaps:
|
||||
{ "name": "grafana.ekman.oceanbox.io", "type": "A", "value": "10.255.241.99" },
|
||||
{ "name": "slurmrestd.ekman.oceanbox.io", "type": "A", "value": "10.255.241.99" },
|
||||
{ "name": "sorcrerer.ekman.oceanbox.io", "type": "A", "value": "10.255.241.99" },
|
||||
{ "name": "plume.ekman.oceanbox.io", "type": "A", "value": "10.255.241.99" },
|
||||
|
||||
{ "name": "dashboard.ob-ceph.local", "type": "A", "value": "10.255.241.10" },
|
||||
{ "name": "grafana.ob-ceph.local", "type": "A", "value": "10.255.241.10" },
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
ingress:
|
||||
enabled: true
|
||||
className: "nginx"
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-staging
|
||||
nginx.ingress.kubernetes.io/backend-protocol: HTTP
|
||||
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
||||
nginx.ingress.kubernetes.io/whitelist-source-range: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,172.19.255.0/24
|
||||
hosts:
|
||||
- host: plume.ekman.oceanbox.io
|
||||
paths:
|
||||
- path: /
|
||||
pathType: ImplementationSpecific
|
||||
internal:
|
||||
- path: /internal
|
||||
pathType: ImplementationSpecific
|
||||
tls:
|
||||
- hosts:
|
||||
- plume.ekman.oceanbox.io
|
||||
secretName: plume-tls
|
||||
@@ -5,8 +5,8 @@ prometheus:
|
||||
certRenewCronEnabled: false
|
||||
fullname: prom
|
||||
enableFeatures:
|
||||
- otlp-write-reciever
|
||||
- remote-write-reciever
|
||||
- otlp-write-reciever
|
||||
- remote-write-reciever
|
||||
grafana:
|
||||
persistence: true
|
||||
thanos:
|
||||
|
||||
Reference in New Issue
Block a user