Move grafana to the monitoring ns
This commit is contained in:
parent
a59fa243fe
commit
ba1fb22cc7
@ -6,6 +6,8 @@ repositories:
|
|||||||
url: https://bedag.github.io/helm-charts/
|
url: https://bedag.github.io/helm-charts/
|
||||||
- name: prometheus-community
|
- name: prometheus-community
|
||||||
url: https://prometheus-community.github.io/helm-charts
|
url: https://prometheus-community.github.io/helm-charts
|
||||||
|
- name: grafana
|
||||||
|
url: https://grafana.github.io/helm-charts
|
||||||
releases:
|
releases:
|
||||||
- name: prometheus
|
- name: prometheus
|
||||||
chart: prometheus-community/kube-prometheus-stack
|
chart: prometheus-community/kube-prometheus-stack
|
||||||
@ -15,3 +17,11 @@ releases:
|
|||||||
- template: default-env-values
|
- template: default-env-values
|
||||||
- template: default-env-secrets
|
- template: default-env-secrets
|
||||||
- template: crd-management-hook
|
- template: crd-management-hook
|
||||||
|
- name: grafana
|
||||||
|
chart: grafana/grafana
|
||||||
|
namespace: applications
|
||||||
|
version: 8.5.1
|
||||||
|
installed: true
|
||||||
|
inherit:
|
||||||
|
- template: default-env-values
|
||||||
|
- template: default-env-secrets
|
||||||
|
@ -16,6 +16,12 @@ ports:
|
|||||||
default: true
|
default: true
|
||||||
exposedPort: 1194
|
exposedPort: 1194
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
xray:
|
||||||
|
port: 1195
|
||||||
|
expose:
|
||||||
|
default: true
|
||||||
|
exposedPort: 1195
|
||||||
|
protocol: TCP
|
||||||
# valve-server:
|
# valve-server:
|
||||||
# port: 27015
|
# port: 27015
|
||||||
# expose:
|
# expose:
|
||||||
@ -82,9 +88,3 @@ ports:
|
|||||||
exposedPort: 8388
|
exposedPort: 8388
|
||||||
expose:
|
expose:
|
||||||
default: true
|
default: true
|
||||||
shadowsocks-udp:
|
|
||||||
port: 8388
|
|
||||||
protocol: UDP
|
|
||||||
exposedPort: 8388
|
|
||||||
expose:
|
|
||||||
default: true
|
|
||||||
|
Loading…
Reference in New Issue
Block a user