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/
|
||||
- name: prometheus-community
|
||||
url: https://prometheus-community.github.io/helm-charts
|
||||
- name: grafana
|
||||
url: https://grafana.github.io/helm-charts
|
||||
releases:
|
||||
- name: prometheus
|
||||
chart: prometheus-community/kube-prometheus-stack
|
||||
@ -15,3 +17,11 @@ releases:
|
||||
- template: default-env-values
|
||||
- template: default-env-secrets
|
||||
- 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
|
||||
exposedPort: 1194
|
||||
protocol: TCP
|
||||
xray:
|
||||
port: 1195
|
||||
expose:
|
||||
default: true
|
||||
exposedPort: 1195
|
||||
protocol: TCP
|
||||
# valve-server:
|
||||
# port: 27015
|
||||
# expose:
|
||||
@ -82,9 +88,3 @@ ports:
|
||||
exposedPort: 8388
|
||||
expose:
|
||||
default: true
|
||||
shadowsocks-udp:
|
||||
port: 8388
|
||||
protocol: UDP
|
||||
exposedPort: 8388
|
||||
expose:
|
||||
default: true
|
||||
|
Loading…
Reference in New Issue
Block a user