fix ssh key for git sync
This commit is contained in:
+11
-12
@@ -1,11 +1,6 @@
|
||||
grafana:
|
||||
enabled: true
|
||||
|
||||
hostAliases:
|
||||
- ip: "13.140.150.2"
|
||||
hostnames:
|
||||
- "keycloak.13.140.150.2.nip.io"
|
||||
|
||||
extraSecretMounts:
|
||||
- name: grafana-oauth-secret
|
||||
secretName: grafana-oauth-secret
|
||||
@@ -14,7 +9,7 @@ grafana:
|
||||
|
||||
grafana.ini:
|
||||
server:
|
||||
root_url: http://grafana.13.140.150.2.nip.io
|
||||
root_url: https://grafana.idir-belfares.fr
|
||||
|
||||
security:
|
||||
secret_key: $__file{/etc/secrets/GF_SECURITY_SECRET_KEY}
|
||||
@@ -29,7 +24,7 @@ grafana:
|
||||
client_id: grafana
|
||||
client_secret: $__file{/etc/secrets/GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET}
|
||||
scopes: openid email profile
|
||||
auth_url: http://keycloak.13.140.150.2.nip.io/auth/realms/k8s-apps/protocol/openid-connect/auth
|
||||
auth_url: https://keycloak.idir-belfares.fr/auth/realms/k8s-apps/protocol/openid-connect/auth
|
||||
token_url: http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps/protocol/openid-connect/token
|
||||
api_url: http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps/protocol/openid-connect/userinfo
|
||||
email_attribute_path: email
|
||||
@@ -37,12 +32,16 @@ grafana:
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/proxy-buffer-size: "8k"
|
||||
nginx.ingress.kubernetes.io/ssl-redirect: "false"
|
||||
ingressClassName: nginx
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
nginx.ingress.kubernetes.io/proxy-buffer-size: "8k"
|
||||
hosts:
|
||||
- grafana.13.140.150.2.nip.io
|
||||
- grafana.idir-belfares.fr
|
||||
tls:
|
||||
- secretName: grafana-tls
|
||||
hosts:
|
||||
- grafana.idir-belfares.fr
|
||||
|
||||
prometheus:
|
||||
enabled: true
|
||||
@@ -51,4 +50,4 @@ prometheus:
|
||||
podMonitorSelectorNilUsesHelmValues: false
|
||||
|
||||
alertmanager:
|
||||
enabled: true
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user