@@ -714,7 +714,7 @@ grafana:
714
714
ingress :
715
715
# # If true, Grafana Ingress will be created
716
716
# #
717
- enabled : false
717
+ enabled : true
718
718
719
719
# # IngressClassName for Grafana Ingress.
720
720
# # Should be provided if Ingress is enable.
@@ -736,7 +736,8 @@ grafana:
736
736
# #
737
737
# hosts:
738
738
# - grafana.domain.com
739
- hosts : []
739
+ hosts :
740
+ - bt-dev.grafana.platform.sphdigital.com
740
741
741
742
# # Path for grafana ingress
742
743
path : /
@@ -749,11 +750,65 @@ grafana:
749
750
# hosts:
750
751
# - grafana.example.com
751
752
753
+ grafana.ini :
754
+ log :
755
+ level : debug
756
+ server :
757
+ root_url : https://bt-dev.grafana.platform.sphdigital.com
758
+ auth.okta :
759
+ name : Okta
760
+ icon : okta
761
+ enabled : true
762
+ allow_sign_up : true
763
+ client_id : ${grafana_okta_client_id}
764
+ client_secret : ${grafana_okta_client_secret}
765
+ scopes : openid profile email groups
766
+ auth_url : https://sphmedia.okta.com/oauth2/v1/authorize
767
+ token_url : https://sphmedia.okta.com/oauth2/v1/token
768
+ api_url : https://sphmedia.okta.com/oauth2/v1/userinfo
769
+ # allowed_domains:
770
+ # allowed_groups:
771
+ # role_attribute_path:
772
+ external_image_storage :
773
+ provider : s3
774
+ external_image_storage.s3 :
775
+ bucket : s3-slack-grafana
776
+ region : ap-southeast-1
777
+ smtp :
778
+ enabled : true
779
+ host : " email-smtp.us-west-2.amazonaws.com:465"
780
+ user : " AKIAXJT7Y56UEV3IO4HS"
781
+ password : EMAIL_AUTH_PASSWORD
782
+ from_address : " noreply-grafana@sph.com.sg"
783
+ from_name : " Grafana"
784
+
785
+ dashboardProviders :
786
+ dashboardproviders.yaml :
787
+ apiVersion : 1
788
+ providers :
789
+ - name : ' cloudwatch'
790
+ orgId : 1
791
+ folder : ' cloudwatch'
792
+ type : file
793
+ disableDeletion : true
794
+ editable : false
795
+ options :
796
+ path : /var/lib/grafana/dashboards/cloudwatch
797
+ - name : ' kubernetes'
798
+ orgId : 1
799
+ folder : ' kubernetes'
800
+ type : file
801
+ disableDeletion : true
802
+ editable : false
803
+ options :
804
+ path : /var/lib/grafana/dashboards/kubernetes
805
+
752
806
sidecar :
753
807
dashboards :
754
808
enabled : true
755
809
label : grafana_dashboard
756
810
labelValue : " 1"
811
+ folder : /var/lib/grafana/dashboards
757
812
758
813
# # Annotations for Grafana dashboard configmaps
759
814
# #
@@ -2034,7 +2089,7 @@ prometheus:
2034
2089
# someoneelse:$apr1$DMZX2Z4q$6SbQIfyuLQd.xmo/P0m2c.
2035
2090
2036
2091
ingress :
2037
- enabled : false
2092
+ enabled : true
2038
2093
2039
2094
# For Kubernetes >= 1.18 you should specify the ingress-controller via the field ingressClassName
2040
2095
# See https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/#specifying-the-class-of-an-ingress
@@ -2048,12 +2103,13 @@ prometheus:
2048
2103
# #
2049
2104
# hosts:
2050
2105
# - prometheus.domain.com
2051
- hosts : []
2106
+ hosts :
2107
+ - bt-dev.prometheus.platform.sphdigital.com
2052
2108
2053
2109
# # Paths to use for ingress rules - one path should match the prometheusSpec.routePrefix
2054
2110
# #
2055
- paths : []
2056
- # - /
2111
+ paths :
2112
+ - /
2057
2113
2058
2114
# # For Kubernetes >= 1.18 you should specify the pathType (determines how Ingress paths should be matched)
2059
2115
# # See https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/#better-path-matching-with-path-types
0 commit comments