mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 16:34:31 +00:00
- kong-configmap: sync to live content; fix grafana upstream to route through
knoe-grafana-proxy (nginx auth proxy) instead of kps-grafana (stale service
name from old helm release); add db.prole.org → oauth2-proxy route; fix
knoe-auth FQDN to authority-prole-auth
- grafana-proxy-configmap: fix upstream to prometheus-grafana (helm release
name is 'prometheus', not 'kps'); fix auth_request FQDN to
authority-prole-auth.knoe-system; fix login redirect to api.prole.org
- grafana-proxy-{deployment,service}: add namespace: monitoring
16 lines
256 B
YAML
16 lines
256 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: knoe-grafana-proxy
|
|
namespace: monitoring
|
|
labels:
|
|
app: knoe-grafana-proxy
|
|
spec:
|
|
selector:
|
|
app: knoe-grafana-proxy
|
|
ports:
|
|
- name: http
|
|
port: 80
|
|
targetPort: http
|
|
type: ClusterIP
|