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
|
||||
namespace: argocd
|
||||
spec:
|
||||
ignoreDifferences:
|
||||
- kind: Service
|
||||
jqPathExpressions:
|
||||
- .spec.ports[].nodePort
|
||||
destination:
|
||||
namespace: longhorn-system
|
||||
server: https://kubernetes.default.svc
|
||||
project: infra
|
||||
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
|
||||
repoURL: https://charts.longhorn.io
|
||||
targetRevision: 1.6.0
|
||||
|
|
|
@ -20,6 +20,9 @@ spec:
|
|||
csiSecretsStore:
|
||||
providerName: 1password
|
||||
resourceName: vaults/3oh5jxmxvqvpuimu2lbuajtizi/allitems/idkjj6oyua2fq6df4fkjzmh4ne/config.yaml
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: longhorn-fast
|
||||
path: apps-helm/wg-access-server
|
||||
repoURL: https://git.martyn.berlin/martyn/infra4talos
|
||||
targetRevision: HEAD
|
||||
|
|
Loading…
Reference in New Issue