Let's start from scratch on this
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
b0d715badf
commit
ef09aaedeb
1 changed files with 0 additions and 31 deletions
|
@ -1,31 +0,0 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: spoolman
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
namespace: spoolman
|
||||
server: https://kubernetes.default.svc
|
||||
project: apps
|
||||
source:
|
||||
chart: spoolman
|
||||
helm:
|
||||
values: |-
|
||||
image:
|
||||
tag: 0.21.0
|
||||
persistence:
|
||||
enabled: true
|
||||
type: pvc
|
||||
accessMode: ReadWriteOnce
|
||||
size: 50Gi
|
||||
storageClass: longhorn-fast
|
||||
service:
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/hostname: spoolman.martyn.berlin
|
||||
type: LoadBalancer
|
||||
repoURL: https://ideaplexus.gitlab.io/charts
|
||||
targetRevision: 2.4.0
|
||||
syncPolicy:
|
||||
automated:
|
||||
selfHeal: true
|
Loading…
Add table
Reference in a new issue