forked from catalin/fukuops
feat: update gitea to v1.21.10
This commit is contained in:
parent
b02b45baef
commit
8964946374
5 changed files with 81 additions and 2 deletions
27
k8s/argo-apps/fireflyiii.yaml
Normal file
27
k8s/argo-apps/fireflyiii.yaml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: firefly
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
name: ''
|
||||
namespace: 'apps-roboces'
|
||||
server: "https://kubernetes.default.svc"
|
||||
project: roboces
|
||||
sources:
|
||||
- chart: firefly-iii-stack
|
||||
repoURL: https://firefly-iii.github.io/kubernetes
|
||||
targetRevision: 0.7.2
|
||||
helm:
|
||||
valuesObject:
|
||||
firefly-db:
|
||||
enabled: false
|
||||
config:
|
||||
existingSecret: firefly
|
||||
env:
|
||||
TZ: Europe/Madrid
|
||||
APP_URL: https://moneis.roboces.dev
|
||||
service:
|
||||
type: LoadBalancer
|
||||
port: 8889
|
||||
|
|
@ -8,6 +8,6 @@ spec:
|
|||
destinations:
|
||||
- namespace: apps-roboces
|
||||
server: https://kubernetes.default.svc
|
||||
|
||||
sourceRepos:
|
||||
- https://git.roboces.dev/catalin/fukuops.git
|
||||
- https://firefly-iii.github.io/kubernetes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue