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