added forgejo
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: forgejo
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
namespace: forgejo
|
||||
server: {{ $.Values.spec.destination.server }}
|
||||
project: homelab
|
||||
source:
|
||||
path: .
|
||||
repoURL: oci://code.forgejo.org/forgejo-helm/forgejo
|
||||
targetRevision: 17.0.1
|
||||
helm:
|
||||
values: |
|
||||
persistence:
|
||||
enabled: false
|
||||
httpRoute:
|
||||
enabled: true
|
||||
hostnames:
|
||||
- forgejo.k8s.hnrx.net
|
||||
parentRefs:
|
||||
- name: shared-gateway
|
||||
namespace: default
|
||||
syncPolicy:
|
||||
automated:
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
Reference in New Issue
Block a user