try plausible CE for web analytics
This commit is contained in:
24
plausible/resources/geoipsecret.yaml
Normal file
24
plausible/resources/geoipsecret.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
apiVersion: secrets.hashicorp.com/v1beta1
|
||||
kind: VaultStaticSecret
|
||||
metadata:
|
||||
name: plausible-geoip
|
||||
namespace: tools
|
||||
spec:
|
||||
type: kv-v2
|
||||
|
||||
# mount path
|
||||
mount: kvv2
|
||||
|
||||
# path of the secret
|
||||
path: plausible/geoip
|
||||
|
||||
# dest k8s secret
|
||||
destination:
|
||||
name: plausible-geoip
|
||||
create: true
|
||||
|
||||
# static secret refresh interval
|
||||
refreshAfter: 30s
|
||||
|
||||
# Name of the CRD to authenticate to Vault
|
||||
vaultAuthRef: plausible
|
||||
Reference in New Issue
Block a user