Automated upload for final-test.t09.de
This commit is contained in:
parent
ac4d7a38b5
commit
68a284fc33
40 changed files with 3894 additions and 0 deletions
32
otc/final-test.t09.de/stacks/forgejo/forgejo-server.yaml
Normal file
32
otc/final-test.t09.de/stacks/forgejo/forgejo-server.yaml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: forgejo-server
|
||||
namespace: argocd
|
||||
labels:
|
||||
env: dev
|
||||
spec:
|
||||
project: default
|
||||
syncPolicy:
|
||||
automated:
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
retry:
|
||||
limit: -1
|
||||
destination:
|
||||
name: in-cluster
|
||||
namespace: gitea
|
||||
sources:
|
||||
- repoURL: https://code.forgejo.org/forgejo-helm/forgejo-helm.git
|
||||
path: .
|
||||
targetRevision: v12.0.0
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/otc/final-test.t09.de/stacks/forgejo/forgejo-server/values.yaml
|
||||
- repoURL: https://edp.buildth.ing/DevFW-CICD/stacks-instances
|
||||
targetRevision: HEAD
|
||||
ref: values
|
||||
- repoURL: https://edp.buildth.ing/DevFW-CICD/stacks-instances
|
||||
targetRevision: HEAD
|
||||
path: "otc/final-test.t09.de/stacks/forgejo/forgejo-server/manifests"
|
||||
Loading…
Add table
Add a link
Reference in a new issue