Add spoolman, why not
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
a82d5b8d23
commit
6f97d323fb
1 changed files with 30 additions and 0 deletions
30
everything-app/spoolman.yaml
Normal file
30
everything-app/spoolman.yaml
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
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: |-
|
||||||
|
persistence:
|
||||||
|
data:
|
||||||
|
enabled: false
|
||||||
|
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