39 lines
902 B
YAML
39 lines
902 B
YAML
---
|
|
# default values for prod.k3s
|
|
kube_context: home
|
|
|
|
fstab:
|
|
gluster:
|
|
#state can be present, mounted, absent, unmounted, remounted
|
|
- name: plex
|
|
path: "/var/lib/plex"
|
|
state: absent
|
|
- name: plex
|
|
path: "/opt/data/plex"
|
|
state: mounted
|
|
# - name: jenkins
|
|
# path: "/var/lib/jenkins"
|
|
# state: mounted
|
|
# - name: gitea
|
|
# path: "/var/lib/gitea"
|
|
# state: present
|
|
# - name: vmshares
|
|
# path: "/opt/shared"
|
|
# state: mounted
|
|
# - name: mariadb
|
|
# path: "/opt/mariadb"
|
|
# state: mounted
|
|
|
|
helm:
|
|
repos:
|
|
- name: twuni
|
|
repo_url: https://helm.twun.io
|
|
- name: jetstack
|
|
repo_url: https://charts.jetstack.io
|
|
- name: gitea-charts
|
|
repo_url: https://dl.gitea.io/charts/
|
|
- name: bitnami
|
|
repo_url: https://charts.bitnami.com/bitnami
|
|
- name: cetic
|
|
repo_url: https://cetic.github.io/helm-charts
|