Skip to content

Commit

Permalink
Merge branch 'feat/v1.29.2' into feature-hubble-ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
nutellinoit authored Jul 31, 2024
2 parents 17e350d + 907c80a commit c45a851
Show file tree
Hide file tree
Showing 57 changed files with 9,620 additions and 21,877 deletions.
7 changes: 7 additions & 0 deletions defaults/ekscluster-kfd-v1alpha2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ data:
disableAuth: false
host: ""
ingressClass: ""
grafanaBasicAuth:
disableAuth: false
host: ""
ingressClass: ""
minio:
disableAuth: false
host: ""
Expand All @@ -142,6 +146,7 @@ data:
retentionTime: 30d
retentionSize: 120GB
storageSize: 150Gi
prometheusAgent: {}
alertmanager:
installDefaultRules: true
deadManSwitchWebhookUrl: ""
Expand All @@ -162,6 +167,8 @@ data:
rootUser:
username: minio
password: minio123
grafana:
basicAuthIngress: false
# tracing module configuration
tracing:
overrides:
Expand Down
7 changes: 7 additions & 0 deletions defaults/kfddistribution-kfd-v1alpha2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ data:
disableAuth: false
host: ""
ingressClass: ""
grafanaBasicAuth:
disableAuth: false
host: ""
ingressClass: ""
minio:
disableAuth: false
host: ""
Expand All @@ -135,6 +139,7 @@ data:
retentionTime: 30d
retentionSize: 120GB
storageSize: 150Gi
prometheusAgent: {}
alertmanager:
installDefaultRules: true
deadManSwitchWebhookUrl: ""
Expand All @@ -155,6 +160,8 @@ data:
rootUser:
username: minio
password: minio123
grafana:
basicAuthIngress: false
# tracing module configuration
tracing:
overrides:
Expand Down
7 changes: 7 additions & 0 deletions defaults/onpremises-kfd-v1alpha2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ data:
disableAuth: false
host: ""
ingressClass: ""
grafanaBasicAuth:
disableAuth: false
host: ""
ingressClass: ""
minio:
disableAuth: false
host: ""
Expand All @@ -135,6 +139,7 @@ data:
retentionTime: 30d
retentionSize: 120GB
storageSize: 150Gi
prometheusAgent: {}
alertmanager:
installDefaultRules: true
deadManSwitchWebhookUrl: ""
Expand All @@ -155,6 +160,8 @@ data:
rootUser:
username: minio
password: minio123
grafana:
basicAuthIngress: false
# tracing module configuration
tracing:
overrides:
Expand Down
Loading

0 comments on commit c45a851

Please sign in to comment.