Automated Manifest Update (#3870)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #3870 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #3870.
This commit is contained in:
@@ -239,6 +239,10 @@ data:
|
||||
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
|
||||
@@ -269,6 +273,7 @@ data:
|
||||
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
|
||||
@@ -281,19 +286,11 @@ data:
|
||||
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
|
||||
@@ -306,6 +303,18 @@ data:
|
||||
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
|
||||
|
||||
@@ -24,7 +24,7 @@ spec:
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
checksum/configMaps: 9271dc1d2c971321eeb17a50330be1481565e91088a7d79c06c1394c15eb4f92
|
||||
checksum/configMaps: 33f90a0a3cc8941011aa92cba1dba85234a5cccea877631419e3113e42f92324
|
||||
checksum/secrets: d3ba83f111cd32f92c909268c55ad8bbd4f9e299b74b35b33c1a011180d8b378
|
||||
labels:
|
||||
app.kubernetes.io/controller: main
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user