everything except vaultwarden is deployed!
This commit is contained in:
parent
bf8a85c273
commit
4cdad2baaf
4 changed files with 9 additions and 9 deletions
|
@ -10,11 +10,9 @@ releases:
|
||||||
version: 7.7.21
|
version: 7.7.21
|
||||||
values:
|
values:
|
||||||
- ./values/argocd.values.yaml.gotmpl
|
- ./values/argocd.values.yaml.gotmpl
|
||||||
installed: false
|
|
||||||
- name: forgejo
|
- name: forgejo
|
||||||
namespace: forgejo
|
namespace: forgejo
|
||||||
chart: oci://code.forgejo.org/forgejo-helm/forgejo
|
chart: oci://code.forgejo.org/forgejo-helm/forgejo
|
||||||
version: 11.0.3
|
version: 11.0.3
|
||||||
values:
|
values:
|
||||||
- ./values/forgejo.values.yaml.gotmpl
|
- ./values/forgejo.values.yaml.gotmpl
|
||||||
installed: false
|
|
||||||
|
|
|
@ -1,13 +1,14 @@
|
||||||
global:
|
global:
|
||||||
domain: argo.kropcloud.net
|
domain: argo.kropcloud.net
|
||||||
|
|
||||||
secret:
|
|
||||||
extra:
|
|
||||||
dex.kropcloud-idp.clientSecret: {{ readFile "../.envs/.argocd-oidc-secret" }}
|
|
||||||
|
|
||||||
configs:
|
configs:
|
||||||
|
secret:
|
||||||
|
extra:
|
||||||
|
dex.kropcloud-idp.clientSecret: {{ readFile "../.envs/.argocd-oidc-secret" }}
|
||||||
|
|
||||||
params:
|
params:
|
||||||
server.insecure: true
|
server.insecure: true
|
||||||
|
|
||||||
cm:
|
cm:
|
||||||
dex.config: |
|
dex.config: |
|
||||||
connectors:
|
connectors:
|
||||||
|
@ -17,7 +18,7 @@ configs:
|
||||||
config:
|
config:
|
||||||
issuer: https://idp.kropcloud.net/application/o/argocd/
|
issuer: https://idp.kropcloud.net/application/o/argocd/
|
||||||
clientID: R6KnCiwgsevzTkWhB9dopV80sHxL8kS4QjVlMmqI
|
clientID: R6KnCiwgsevzTkWhB9dopV80sHxL8kS4QjVlMmqI
|
||||||
clientSecret: $oidc.kropcloud-idp.clientSecret
|
clientSecret: $dex.kropcloud-idp.clientSecret
|
||||||
insecureEnableGroups: true
|
insecureEnableGroups: true
|
||||||
scopes:
|
scopes:
|
||||||
- openid
|
- openid
|
||||||
|
|
|
@ -38,7 +38,7 @@ gitea:
|
||||||
REPO_INDEXER_ENABLED: true
|
REPO_INDEXER_ENABLED: true
|
||||||
mailer:
|
mailer:
|
||||||
ENABLED: true
|
ENABLED: true
|
||||||
FROM: no-reply@kropcloud.net
|
FROM: Forgejo <no-reply@kropcloud.net>
|
||||||
PROTOCOL: smtps
|
PROTOCOL: smtps
|
||||||
SMTP_ADDR: smtp.seznam.cz
|
SMTP_ADDR: smtp.seznam.cz
|
||||||
SMTP_PORT: 465
|
SMTP_PORT: 465
|
||||||
|
@ -56,6 +56,7 @@ ingress:
|
||||||
annotations:
|
annotations:
|
||||||
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
|
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
|
||||||
nginx.ingress.kubernetes.io/baWckend-protocol: "HTTP"
|
nginx.ingress.kubernetes.io/baWckend-protocol: "HTTP"
|
||||||
|
nginx.ingress.kubernetes.io/proxy-body-size: "0"
|
||||||
cert-manager.io/cluster-issuer: cloudflare-issuer
|
cert-manager.io/cluster-issuer: cloudflare-issuer
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
|
|
|
@ -12,7 +12,7 @@ authentik:
|
||||||
host: smtp.seznam.cz
|
host: smtp.seznam.cz
|
||||||
port: 465
|
port: 465
|
||||||
use_ssl: true
|
use_ssl: true
|
||||||
from: no-reply@kropcloud.net
|
from: KropCloud IDP <no-reply@kropcloud.net>
|
||||||
username: no-reply@kropcloud.net
|
username: no-reply@kropcloud.net
|
||||||
password: {{ readFile "../../.common/.noreply-email-password" }}
|
password: {{ readFile "../../.common/.noreply-email-password" }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue