core-deployments/app-files/apps.yaml
Aaron Riedel d097a39ac0
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
[woodpecker] add grpc ingress
2024-10-16 21:01:40 +02:00

74 lines
1.7 KiB
YAML

---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: apps-self
namespace: argocd
spec:
project: default
source:
repoURL: https://git.ar21.de/yolokube/core-deployments.git
targetRevision: HEAD
path: "app-files"
directory:
include: 'apps.yaml'
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: false
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: woodpecker
namespace: argocd
spec:
project: default
sources:
- chart: woodpecker
repoURL: https://woodpecker-ci.org/
targetRevision: 1.6.0
helm:
releaseName: woodpecker
valueFiles:
- $values/woodpecker/values/values.yaml
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
targetRevision: HEAD
ref: values
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
targetRevision: HEAD
path: woodpecker/secrets
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
targetRevision: HEAD
path: woodpecker/grpc-ingress
destination:
server: https://kubernetes.default.svc
namespace: woodpecker
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: false
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: paste
namespace: argocd
spec:
project: default
source:
repoURL: https://git.ar21.de/yolokube/core-deployments.git
targetRevision: HEAD
path: paste
destination:
server: https://kubernetes.default.svc
namespace: paste
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
selfHeal: false
prune: false