Merge branch 'main' of ssh://git-ssh.martyn.berlin:2222/martyn/infra4talos
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
commit
6abd718d5c
|
@ -4,12 +4,25 @@ metadata:
|
||||||
name: longhorn
|
name: longhorn
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
|
ignoreDifferences:
|
||||||
|
- kind: Service
|
||||||
|
jqPathExpressions:
|
||||||
|
- .spec.ports[].nodePort
|
||||||
destination:
|
destination:
|
||||||
namespace: longhorn-system
|
namespace: longhorn-system
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
project: infra
|
project: infra
|
||||||
source:
|
source:
|
||||||
helm: {}
|
helm:
|
||||||
|
parameters:
|
||||||
|
- name: preUpgradeChecker.jobEnabled
|
||||||
|
value: "false"
|
||||||
|
- name: service.ui.type
|
||||||
|
value: LoadBalancer
|
||||||
|
- name: service.nodePort
|
||||||
|
value: ""
|
||||||
|
- name: persistence.defaultClass
|
||||||
|
value: "false"
|
||||||
chart: longhorn
|
chart: longhorn
|
||||||
repoURL: https://charts.longhorn.io
|
repoURL: https://charts.longhorn.io
|
||||||
targetRevision: 1.6.0
|
targetRevision: 1.6.0
|
||||||
|
|
|
@ -20,6 +20,9 @@ spec:
|
||||||
csiSecretsStore:
|
csiSecretsStore:
|
||||||
providerName: 1password
|
providerName: 1password
|
||||||
resourceName: vaults/3oh5jxmxvqvpuimu2lbuajtizi/allitems/idkjj6oyua2fq6df4fkjzmh4ne/config.yaml
|
resourceName: vaults/3oh5jxmxvqvpuimu2lbuajtizi/allitems/idkjj6oyua2fq6df4fkjzmh4ne/config.yaml
|
||||||
|
persistence:
|
||||||
|
enabled: true
|
||||||
|
storageClass: longhorn-fast
|
||||||
path: apps-helm/wg-access-server
|
path: apps-helm/wg-access-server
|
||||||
repoURL: https://git.martyn.berlin/martyn/infra4talos
|
repoURL: https://git.martyn.berlin/martyn/infra4talos
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
|
|
Loading…
Reference in New Issue