mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 18:09:44 +00:00
Compare commits
No commits in common. "main" and "test-chart-v0.0.2" have entirely different histories.
main
...
test-chart
4 changed files with 7 additions and 26 deletions
|
|
@ -9,10 +9,10 @@ metadata:
|
|||
labels:
|
||||
argocd.argoproj.io/secret-type: repository
|
||||
stringData:
|
||||
name: forgejo
|
||||
name: bitnami
|
||||
type: helm
|
||||
enableOci: "true"
|
||||
url: code.forgejo.org/forgejo-helm
|
||||
url: codeberg.org/forgejo-contrib
|
||||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
|
|
@ -30,29 +30,17 @@ spec:
|
|||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
source:
|
||||
repoURL: code.forgejo.org/forgejo-helm
|
||||
repoURL: codeberg.org/forgejo-contrib
|
||||
chart: forgejo
|
||||
targetRevision: 8.1.2
|
||||
targetRevision: 0.12.1
|
||||
helm:
|
||||
values: |
|
||||
memcached:
|
||||
enabled: true
|
||||
redis:
|
||||
enabled: true
|
||||
#global:
|
||||
# redis:
|
||||
# password: reset_in_argocd
|
||||
redis-cluster:
|
||||
enabled: false
|
||||
postgresql:
|
||||
enabled: false
|
||||
postgresql-ha:
|
||||
enabled: false
|
||||
test:
|
||||
enabled: false
|
||||
persistence:
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-options: Delete=false
|
||||
ingress:
|
||||
enabled: true
|
||||
className: nginx
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
test: test1
|
||||
test: test
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ spec:
|
|||
# https://argo-cd.readthedocs.io/en/stable/user-guide/multiple_sources/#helm-value-files-from-external-git-repository
|
||||
- repoURL: https://argoproj.github.io/argo-helm
|
||||
chart: argo-cd
|
||||
targetRevision: 9.2.4
|
||||
targetRevision: 5.45.0
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/state/gullfaxi/system/argocd/values.yaml
|
||||
|
|
|
|||
|
|
@ -1,12 +1,6 @@
|
|||
global:
|
||||
domain: argocd.ioot.xyz
|
||||
|
||||
redis:
|
||||
image:
|
||||
repository: cr.yandex/mirror/library/redis
|
||||
|
||||
configs:
|
||||
cm:
|
||||
url: https://argocd.ioot.xyz
|
||||
exec.enabled: true
|
||||
admin.enabled: false
|
||||
statusbadge.enabled: "true"
|
||||
|
|
@ -22,7 +16,6 @@ configs:
|
|||
policy.csv: |
|
||||
# sub for amkartashov github account with id 7404372
|
||||
g, Cgc3NDA0MzcyEgZnaXRodWI, role:admin
|
||||
scopes: '[sub, groups, email]'
|
||||
|
||||
server:
|
||||
# https://argo-cd.readthedocs.io/en/stable/operator-manual/ingress/#ssl-passthrough-with-cert-manager-and-lets-encrypt
|
||||
|
|
|
|||
Loading…
Reference in a new issue