summaryrefslogtreecommitdiffstats
path: root/ansible/roles/k8s-persistent-volume/defaults/main.yml
blob: de387323d5cff123979c40a9d2a5032fd5e8c51e (plain)
1
2
3
4
5
6
7
8
9
10
---
k8s_volumes:
  - name: kube-prometheus-prometheus
    capacity: "6Gi"
    path_prefix: "{{ nfs_mount_path }}/kube-prometheus"
    owner: 1000  # derived from prometheus.prometheusSpec.securityContext.runAsUser
    group: 2000  # derived from prometheus.prometheusSpec.securityContext.fsGroup
  - name: kube-prometheus-grafana
    capacity: "4Gi"
    path_prefix: "{{ nfs_mount_path }}/kube-prometheus"