Compare commits
3 Commits
affbb8c6b8
...
b0e1bb1f32
| Author | SHA1 | Date | |
|---|---|---|---|
| b0e1bb1f32 | |||
| b2661187a9 | |||
| ffc78b83dc |
@@ -4,6 +4,7 @@ argo-cd:
|
||||
configs:
|
||||
cm:
|
||||
admin.enabled: true
|
||||
accounts.homepage: apiKey
|
||||
timeout.reconciliation: 100s
|
||||
timeout.reconciliation.jitter: 60s
|
||||
url: https://argocd.alexlebens.net
|
||||
@@ -29,6 +30,7 @@ argo-cd:
|
||||
rbac:
|
||||
policy.csv: |
|
||||
g, ArgoCD Admins, role:admin
|
||||
g, homepage, role:readonly
|
||||
controller:
|
||||
replicas: 1
|
||||
metrics:
|
||||
|
||||
@@ -12,6 +12,20 @@ spec:
|
||||
kind: ClusterSecretStore
|
||||
name: vault
|
||||
data:
|
||||
- secretKey: HOMEPAGE_VAR_GITEA_API_TOKEN
|
||||
remoteRef:
|
||||
conversionStrategy: Default
|
||||
decodingStrategy: None
|
||||
key: /cl01tl/gitea/auth/homepage
|
||||
metadataPolicy: None
|
||||
property: token
|
||||
- secretKey: HOMEPAGE_VAR_ARGOCD_API_TOKEN
|
||||
remoteRef:
|
||||
conversionStrategy: Default
|
||||
decodingStrategy: None
|
||||
key: /cl01tl/argocd/credentials/homepage
|
||||
metadataPolicy: None
|
||||
property: token
|
||||
- secretKey: HOMEPAGE_VAR_SYNOLOGY_USER
|
||||
remoteRef:
|
||||
conversionStrategy: Default
|
||||
|
||||
@@ -308,6 +308,10 @@ homepage:
|
||||
app.kubernetes.io/instance in (
|
||||
gitea
|
||||
)
|
||||
widget:
|
||||
type: gitea
|
||||
url: http://gitea-http.gitea:3000
|
||||
key: {{ "{{HOMEPAGE_VAR_GITEA_API_TOKEN}}" }}
|
||||
- Code (Local):
|
||||
icon: sh-gitea.webp
|
||||
description: Gitea
|
||||
@@ -338,6 +342,7 @@ homepage:
|
||||
href: https://home-assistant-code-server.alexlebens.net
|
||||
siteMonitor: http://home-assistant-code-server.home-assistant:8443
|
||||
statusStyle: dot
|
||||
- Automation:
|
||||
- Continuous Deployment:
|
||||
icon: sh-argo-cd.webp
|
||||
description: ArgoCD
|
||||
@@ -350,19 +355,11 @@ homepage:
|
||||
app.kubernetes.io/instance in (
|
||||
argocd
|
||||
)
|
||||
- Docker Deployment:
|
||||
icon: sh-komodo-light.webp
|
||||
description: Komodo
|
||||
href: https://komodo.alexlebens.net
|
||||
siteMonitor: http://komodo-main.komodo:80
|
||||
statusStyle: dot
|
||||
namespace: komodo
|
||||
app: komodo
|
||||
podSelector: >-
|
||||
app.kubernetes.io/instance in (
|
||||
komodo
|
||||
)
|
||||
- Automation:
|
||||
widget:
|
||||
type: argocd
|
||||
url: http://argocd-server.argocd:80
|
||||
key: {{ "{{HOMEPAGE_VAR_ARGOCD_API_TOKEN}}" }}
|
||||
fields: ["wanted", "queued", "series"]
|
||||
- Deployment Workflows:
|
||||
icon: sh-argo-cd.webp
|
||||
description: Argo Workflows
|
||||
@@ -375,6 +372,18 @@ homepage:
|
||||
app.kubernetes.io/instance in (
|
||||
argo-workflows
|
||||
)
|
||||
- Docker Deployment:
|
||||
icon: sh-komodo-light.webp
|
||||
description: Komodo
|
||||
href: https://komodo.alexlebens.net
|
||||
siteMonitor: http://komodo-main.komodo:80
|
||||
statusStyle: dot
|
||||
namespace: komodo
|
||||
app: komodo
|
||||
podSelector: >-
|
||||
app.kubernetes.io/instance in (
|
||||
komodo
|
||||
)
|
||||
- Uptime:
|
||||
icon: sh-gatus.webp
|
||||
description: Gatus
|
||||
|
||||
Reference in New Issue
Block a user