This commit is contained in:
2026-05-12 13:29:44 +02:00
parent 076449cdf9
commit 64cf81e7cc
6 changed files with 54 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
namespace: kube-system
resources:
- ./vault.yaml
- ./vaultChartConfig.yaml

View File

@@ -0,0 +1,12 @@
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
name: vault
spec:
repo: https://helm.releases.hashicorp.com
chart: vault
targetNamespace: kube-system
version: 0.32.0
valuesContent: |-

View File

@@ -0,0 +1,35 @@
apiVersion: helm.cattle.io/v1
kind: HelmChartConfig
metadata:
name: vault
spec:
valuesContent: |-
global:
externalVaultAddr: "vault.milasholsting.dk"
injector:
# True if you want to enable vault agent injection.
# @default: global.enabled
enabled: "-"
server:
standalone:
enabled: "true"
config: |-
ui = true
listener "tcp" {
tls_disable = 1
address = "[::]:8200"
cluster_address = "[::]:8201"
# Enable unauthenticated metrics access (necessary for Prometheus Operator)
#telemetry {
# unauthenticated_metrics_access = "true"
#}
}
storage "file" {
path = "/vault/data"
}
ui:
enabled: false

View File

@@ -5,4 +5,4 @@ resources:
- ./namespace.yaml
- ./rustfs-ingress.yaml
- ./rustfsChartConfig.yaml
# - ./cert.yaml
- ./cert.yaml

View File

@@ -22,7 +22,3 @@ spec:
ingress:
enabled: false
# Optional: change default credentials
secret:
rustfs:
access_key: rustfsadmin
secret_key: f82g6toxn5xlwac6cd8bjwfl