Merge pull request 'feat: refactor apps' (#5627) from tmp/refactor-35 into main
Reviewed-on: #5627
This commit was merged in pull request #5627.
This commit is contained in:
@@ -5,9 +5,10 @@ description: Shelly Plug
|
|||||||
keywords:
|
keywords:
|
||||||
- shelly-plug
|
- shelly-plug
|
||||||
- metrics
|
- metrics
|
||||||
home: https://wiki.alexlebens.dev/s/18b5575c-3a57-4515-89a0-b23d6df8dec4
|
home: https://docs.alexlebens.dev/applications/shelly-plug/
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/geerlingguy/shelly-plug-prometheus
|
- https://github.com/geerlingguy/shelly-plug-prometheus
|
||||||
|
- https://hub.docker.com/r/alpine/git
|
||||||
- https://hub.docker.com/_/php
|
- https://hub.docker.com/_/php
|
||||||
- https://github.com/bjw-s/helm-charts/blob/main/charts/other/app-template/values.yaml
|
- https://github.com/bjw-s/helm-charts/blob/main/charts/other/app-template/values.yaml
|
||||||
maintainers:
|
maintainers:
|
||||||
@@ -17,4 +18,5 @@ dependencies:
|
|||||||
alias: shelly-plug
|
alias: shelly-plug
|
||||||
repository: https://bjw-s-labs.github.io/helm-charts/
|
repository: https://bjw-s-labs.github.io/helm-charts/
|
||||||
version: 4.6.2
|
version: 4.6.2
|
||||||
|
icon: https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/shelly.png
|
||||||
appVersion: 1.0.0
|
appVersion: 1.0.0
|
||||||
|
|||||||
@@ -14,15 +14,9 @@ spec:
|
|||||||
data:
|
data:
|
||||||
- secretKey: SHELLY_HTTP_USERNAME
|
- secretKey: SHELLY_HTTP_USERNAME
|
||||||
remoteRef:
|
remoteRef:
|
||||||
conversionStrategy: Default
|
|
||||||
decodingStrategy: None
|
|
||||||
key: /shelly-plug/auth/it05sp
|
key: /shelly-plug/auth/it05sp
|
||||||
metadataPolicy: None
|
|
||||||
property: SHELLY_HTTP_USERNAME
|
property: SHELLY_HTTP_USERNAME
|
||||||
- secretKey: SHELLY_HTTP_PASSWORD
|
- secretKey: SHELLY_HTTP_PASSWORD
|
||||||
remoteRef:
|
remoteRef:
|
||||||
conversionStrategy: Default
|
|
||||||
decodingStrategy: None
|
|
||||||
key: /shelly-plug/auth/it05sp
|
key: /shelly-plug/auth/it05sp
|
||||||
metadataPolicy: None
|
|
||||||
property: SHELLY_HTTP_PASSWORD
|
property: SHELLY_HTTP_PASSWORD
|
||||||
|
|||||||
@@ -4,15 +4,13 @@ shelly-plug:
|
|||||||
type: deployment
|
type: deployment
|
||||||
replicas: 1
|
replicas: 1
|
||||||
strategy: Recreate
|
strategy: Recreate
|
||||||
revisionHistoryLimit: 3
|
|
||||||
initContainers:
|
initContainers:
|
||||||
init-fetch-repo:
|
init-fetch-repo:
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
image:
|
image:
|
||||||
repository: alpine/git
|
repository: alpine/git
|
||||||
tag: latest
|
tag: 2.52.0@sha256:d453f54c83320412aa89c391b076930bd8569bc1012285e8c68ce2d4435826a3
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -ec
|
- -ec
|
||||||
@@ -28,16 +26,11 @@ shelly-plug:
|
|||||||
git fetch origin
|
git fetch origin
|
||||||
git checkout origin/master -ft
|
git checkout origin/master -ft
|
||||||
fi
|
fi
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
cpu: 10m
|
|
||||||
memory: 128Mi
|
|
||||||
containers:
|
containers:
|
||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: php
|
repository: php
|
||||||
tag: 8.5.4-apache-bookworm
|
tag: 8.5.4-apache@sha256:e55a9f8e4caa09c6a31ec752b307675d847bb8546d975f379128cb2a99842b96
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
env:
|
env:
|
||||||
- name: SHELLY_HOSTNAME
|
- name: SHELLY_HOSTNAME
|
||||||
value: it05sp.alexlebens.net
|
value: it05sp.alexlebens.net
|
||||||
@@ -48,8 +41,8 @@ shelly-plug:
|
|||||||
name: shelly-plug-config-secret
|
name: shelly-plug-config-secret
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 1m
|
||||||
memory: 64Mi
|
memory: 20Mi
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
controller: main
|
controller: main
|
||||||
@@ -57,7 +50,6 @@ shelly-plug:
|
|||||||
metrics:
|
metrics:
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
protocol: TCP
|
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
main:
|
main:
|
||||||
selector:
|
selector:
|
||||||
@@ -75,7 +67,6 @@ shelly-plug:
|
|||||||
storageClass: ceph-block
|
storageClass: ceph-block
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
size: 1Gi
|
size: 1Gi
|
||||||
retain: true
|
|
||||||
advancedMounts:
|
advancedMounts:
|
||||||
main:
|
main:
|
||||||
init-fetch-repo:
|
init-fetch-repo:
|
||||||
|
|||||||
@@ -5,12 +5,11 @@ description: Site Documentation
|
|||||||
keywords:
|
keywords:
|
||||||
- site-documentation
|
- site-documentation
|
||||||
- astro
|
- astro
|
||||||
home: https://wiki.alexlebens.dev/s/1c39adb6-e0c6-4b01-b71f-278631adf584
|
home: https://docs.alexlebens.dev/applications/site-documentation/
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/alexlebens/site-documentation
|
- https://gitea.alexlebens.dev/alexlebens/site-documentation
|
||||||
- https://github.com/withastro/astro
|
- https://github.com/withastro/astro
|
||||||
- https://github.com/cloudflare/cloudflared
|
- https://harbor.alexlebens.net/harbor/projects/11/repositories/site-documentation
|
||||||
- https://github.com/alexlebens/site-documentation/pkgs/container/site-documentation
|
|
||||||
- https://github.com/bjw-s-labs/helm-charts/tree/main/charts/other/app-template
|
- https://github.com/bjw-s-labs/helm-charts/tree/main/charts/other/app-template
|
||||||
- https://gitea.alexlebens.dev/alexlebens/helm-charts/src/branch/main/charts/cloudflared
|
- https://gitea.alexlebens.dev/alexlebens/helm-charts/src/branch/main/charts/cloudflared
|
||||||
maintainers:
|
maintainers:
|
||||||
@@ -23,5 +22,6 @@ dependencies:
|
|||||||
- name: cloudflared
|
- name: cloudflared
|
||||||
repository: oci://harbor.alexlebens.net/helm-charts
|
repository: oci://harbor.alexlebens.net/helm-charts
|
||||||
version: 2.4.0
|
version: 2.4.0
|
||||||
icon: https://d21zlbwtcn424f.cloudfront.net/logo-new-round.png
|
icon: https://web-assets-3bfcb5585cbd63dc365d32a3.nyc3.cdn.digitaloceanspaces.com/alexlebens-net/logo-new-round.svg
|
||||||
appVersion: 0.0.5
|
# renovate: datasource=gitea-releases registryUrl=https://gitea.alexlebens.dev depName=alexlebens/site-documentation
|
||||||
|
appVersion: 0.20.0
|
||||||
|
|||||||
@@ -6,17 +6,15 @@ site-documentation:
|
|||||||
type: deployment
|
type: deployment
|
||||||
replicas: 3
|
replicas: 3
|
||||||
strategy: RollingUpdate
|
strategy: RollingUpdate
|
||||||
revisionHistoryLimit: 3
|
|
||||||
containers:
|
containers:
|
||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: harbor.alexlebens.net/images/site-documentation
|
repository: harbor.alexlebens.net/images/site-documentation
|
||||||
tag: 0.20.0
|
tag: 0.20.0@sha256:4e6965cab1d472250c59d52a28ba97e62c0e28f6a79c45daca4e0cb193488ccc
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 128Mi
|
memory: 40Mi
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
controller: main
|
controller: main
|
||||||
@@ -24,4 +22,3 @@ site-documentation:
|
|||||||
http:
|
http:
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: 4321
|
targetPort: 4321
|
||||||
protocol: HTTP
|
|
||||||
|
|||||||
@@ -5,12 +5,11 @@ description: Site Profile
|
|||||||
keywords:
|
keywords:
|
||||||
- site-profile
|
- site-profile
|
||||||
- astro
|
- astro
|
||||||
home: https://wiki.alexlebens.dev/s/1c39adb6-e0c6-4b01-b71f-278631adf584
|
home: https://docs.alexlebens.dev/applications/site-profile/
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/alexlebens/site-profile
|
- https://gitea.alexlebens.dev/alexlebens/site-profile
|
||||||
- https://github.com/withastro/astro
|
- https://github.com/withastro/astro
|
||||||
- https://github.com/cloudflare/cloudflared
|
- https://harbor.alexlebens.net/harbor/projects/11/repositories/site-profile
|
||||||
- https://github.com/alexlebens/site-profile/pkgs/container/site-profile
|
|
||||||
- https://github.com/bjw-s-labs/helm-charts/tree/main/charts/other/app-template
|
- https://github.com/bjw-s-labs/helm-charts/tree/main/charts/other/app-template
|
||||||
- https://gitea.alexlebens.dev/alexlebens/helm-charts/src/branch/main/charts/cloudflared
|
- https://gitea.alexlebens.dev/alexlebens/helm-charts/src/branch/main/charts/cloudflared
|
||||||
maintainers:
|
maintainers:
|
||||||
@@ -23,5 +22,6 @@ dependencies:
|
|||||||
- name: cloudflared
|
- name: cloudflared
|
||||||
repository: oci://harbor.alexlebens.net/helm-charts
|
repository: oci://harbor.alexlebens.net/helm-charts
|
||||||
version: 2.4.0
|
version: 2.4.0
|
||||||
icon: https://d21zlbwtcn424f.cloudfront.net/logo-new-round.png
|
icon: https://web-assets-3bfcb5585cbd63dc365d32a3.nyc3.cdn.digitaloceanspaces.com/alexlebens-net/logo-new-round.svg
|
||||||
appVersion: 2.3.2
|
# renovate: datasource=gitea-releases registryUrl=https://gitea.alexlebens.dev depName=alexlebens/site-profile
|
||||||
|
appVersion: 3.16.1
|
||||||
|
|||||||
@@ -6,17 +6,15 @@ site-profile:
|
|||||||
type: deployment
|
type: deployment
|
||||||
replicas: 3
|
replicas: 3
|
||||||
strategy: RollingUpdate
|
strategy: RollingUpdate
|
||||||
revisionHistoryLimit: 3
|
|
||||||
containers:
|
containers:
|
||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: harbor.alexlebens.net/images/site-profile
|
repository: harbor.alexlebens.net/images/site-profile
|
||||||
tag: 3.16.1
|
tag: 3.16.1@sha256:656182fade379a0e8f1e6780c36bb64fe1374afbc8f06894126043105f66d29a
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 128Mi
|
memory: 60Mi
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
controller: main
|
controller: main
|
||||||
@@ -24,4 +22,3 @@ site-profile:
|
|||||||
http:
|
http:
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: 4321
|
targetPort: 4321
|
||||||
protocol: HTTP
|
|
||||||
|
|||||||
Reference in New Issue
Block a user