feat: add huesoporro argo deploy
Some checks failed
checks / k8s (push) Successful in 14s
checks / tflint (push) Successful in 10s
checks / pre-commit (push) Successful in 1m32s
OpenTofu deployments / adguard (push) Successful in 27s
OpenTofu deployments / authentik (push) Failing after 3h2m45s
Kaniko deployments / nextcloud (push) Failing after 3m17s
Some checks failed
checks / k8s (push) Successful in 14s
checks / tflint (push) Successful in 10s
checks / pre-commit (push) Successful in 1m32s
OpenTofu deployments / adguard (push) Successful in 27s
OpenTofu deployments / authentik (push) Failing after 3h2m45s
Kaniko deployments / nextcloud (push) Failing after 3m17s
This commit is contained in:
parent
1b4d528dfa
commit
facb984af2
5 changed files with 87 additions and 29 deletions
37
k8s/argo-apps/huesporro.yaml
Normal file
37
k8s/argo-apps/huesporro.yaml
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: huesoporro
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
name: ''
|
||||
namespace: apps-roboces
|
||||
server: https://kubernetes.default.svc
|
||||
sources:
|
||||
- path: charts/huesoporro
|
||||
repoURL: https://git.roboces.dev/catalin/huesoporro.git
|
||||
targetRevision:
|
||||
helm:
|
||||
valuesObject:
|
||||
secret:
|
||||
existingSecretName: huesoporro-secrets
|
||||
ingress:
|
||||
enabled: true
|
||||
hosts:
|
||||
- host: huesoporro.roboces.dev
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls: []
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClassName: truenas-nfs-csi
|
||||
size: 2Gi
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
|
||||
project: roboces
|
||||
syncPolicy:
|
||||
automated: {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue