wip
This commit is contained in:
parent
90f78305c5
commit
98cb137c9e
12 changed files with 459 additions and 0 deletions
56
k8s/argo-apps/oxicloud.yaml
Normal file
56
k8s/argo-apps/oxicloud.yaml
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: oxicloud
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
name: ''
|
||||
namespace: apps-roboces
|
||||
server: https://kubernetes.default.svc
|
||||
sources:
|
||||
- path: charts/oxicloud
|
||||
repoURL: https://git.roboces.dev/DioCrafts/OxiCloud.git
|
||||
targetRevision: v0.5.3
|
||||
helm:
|
||||
valuesObject:
|
||||
image:
|
||||
repository: git.roboces.dev/catalin/fukuops
|
||||
pullPolicy: Always
|
||||
tag: "oxicloud-0.5.3"
|
||||
postgresql:
|
||||
enabled: false
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: "truenas-nfs-csi"
|
||||
accessMode: ReadWriteMany
|
||||
size: 50Gi
|
||||
service:
|
||||
type: LoadBalancer
|
||||
config:
|
||||
server:
|
||||
port: 8086
|
||||
host: "0.0.0.0"
|
||||
baseUrl: "https://cloud.roboces.dev"
|
||||
features:
|
||||
enableAuth: "true"
|
||||
enableSharing: "true"
|
||||
mimalloc:
|
||||
purgeDelay: "0"
|
||||
allowLargeOsPages: "0"
|
||||
secrets:
|
||||
existingSecret: oxicloud
|
||||
wopi:
|
||||
enabled: false
|
||||
ingress:
|
||||
className: "traefik"
|
||||
hosts:
|
||||
- host: cloud.roboces.dev
|
||||
paths:
|
||||
- path: /
|
||||
pathType: ImplementationSpecific
|
||||
tls: []
|
||||
project: roboces
|
||||
syncPolicy:
|
||||
automated: {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue