Skip to content

Commit

Permalink
fix: vault config
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhiljha committed Dec 23, 2023
1 parent 28745a3 commit 100b41c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions apps/vault.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def objects():
"livenessProbe": {"enabled": False, "initialDelaySeconds": 60},
"auditStorage": {"enabled": True, "storageClass": "rbd-nvme"},
"dataStorage": {"storageClass": "rbd-nvme"},
"image": {"tag": "1.12.2"},
# "image": {"tag": "1.12.2"},
"ingress": {
"enabled": True,
"annotations": {
Expand Down Expand Up @@ -81,13 +81,7 @@ def objects():
"raft": {
"enabled": True,
"setNodeId": True,
# for metrics, as recommended by the spec https://artifacthub.io/packages/helm/hashicorp/vault?modal=values&path=serverTelemetry.serviceMonitor
"config":
r'listener "tcp" { "telemetry" { "unauthenticated_metrics_access" = "true"}}'
},
# for metrics, as recommended by the spec https://artifacthub.io/packages/helm/hashicorp/vault?modal=values&path=serverTelemetry.serviceMonitor
"config":
r'"telemetry" { "prometheus_retention_time" = "30s", "disable_hostname" = "true"}'
},
},
"ui": {"enabled": True},
Expand Down

0 comments on commit 100b41c

Please sign in to comment.