Compare commits
No commits in common. "6facbdeef02ffcfcea62c089973fca1d5f08338f" and "c0eb98d2cc363b3eb1b525b39fc0d101c45a9fae" have entirely different histories.
6facbdeef0
...
c0eb98d2cc
5 changed files with 7 additions and 12 deletions
|
@ -3,6 +3,8 @@ repositories:
|
|||
url: https://metallb.github.io/metallb
|
||||
- name: ingress-nginx
|
||||
url: https://kubernetes.github.io/ingress-nginx
|
||||
- name: proxmox-csi-plugin
|
||||
url: oci://ghcr.io/sergelogvinov/charts/proxmox-csi-plugin
|
||||
- name: jetstack
|
||||
url: https://charts.jetstack.io
|
||||
- name: mojo2600
|
||||
|
@ -23,7 +25,7 @@ releases:
|
|||
- ./values/ingress-nginx.values.yaml
|
||||
- name: proxmox-csi-plugin
|
||||
namespace: proxmox-csi
|
||||
chart: oci://ghcr.io/sergelogvinov/charts/proxmox-csi-plugin
|
||||
chart: proxmox-csi-plugin/proxmox-csi-plugin
|
||||
version: 0.3.5
|
||||
values:
|
||||
- ./values/proxmox-csi-plugin.values.yaml.gotmpl
|
||||
|
|
|
@ -3,8 +3,8 @@ kind: Kustomization
|
|||
|
||||
resources:
|
||||
- ./kustomize/metallb.yaml
|
||||
- ./kustomize/csi-driver-nfs.yaml
|
||||
- ./kustomize/cert-manager-cloudflare.yaml
|
||||
- ./kustomize/proxmox-csi-namespace.yaml
|
||||
|
||||
|
||||
secretGenerator:
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: proxmox-csi
|
||||
labels:
|
||||
pod-security.kubernetes.io/enforce: privileged
|
||||
pod-security.kubernetes.io/audit: baseline
|
||||
pod-security.kubernetes.io/warn: baseline
|
|
@ -1,5 +1,4 @@
|
|||
ingress:
|
||||
ingressClassName: nginx
|
||||
enabled: true
|
||||
hosts:
|
||||
- pihole.kropcloud.net
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
createNamespace: true
|
||||
|
||||
config:
|
||||
clusters:
|
||||
- url: https://192.168.1.151:8006/api2/json
|
||||
insecure: true
|
||||
token_id: "kubernetes-csi@pve!csi"
|
||||
token_secret: {{ readFile "../.envs/.proxmox-csi-secret" }}
|
||||
region: KropCloud
|
||||
region: kc-node0
|
||||
|
||||
storageClass:
|
||||
- name: proxmox-data
|
||||
|
|
Loading…
Reference in a new issue