feat: refactor apps
This commit is contained in:
@@ -5,12 +5,11 @@ description: Site Documentation
|
||||
keywords:
|
||||
- site-documentation
|
||||
- astro
|
||||
home: https://wiki.alexlebens.dev/s/1c39adb6-e0c6-4b01-b71f-278631adf584
|
||||
home: https://docs.alexlebens.dev/applications/site-documentation/
|
||||
sources:
|
||||
- https://github.com/alexlebens/site-documentation
|
||||
- https://gitea.alexlebens.dev/alexlebens/site-documentation
|
||||
- https://github.com/withastro/astro
|
||||
- https://github.com/cloudflare/cloudflared
|
||||
- https://github.com/alexlebens/site-documentation/pkgs/container/site-documentation
|
||||
- https://harbor.alexlebens.net/harbor/projects/11/repositories/site-documentation
|
||||
- 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
|
||||
maintainers:
|
||||
@@ -23,5 +22,6 @@ dependencies:
|
||||
- name: cloudflared
|
||||
repository: oci://harbor.alexlebens.net/helm-charts
|
||||
version: 2.4.0
|
||||
icon: https://d21zlbwtcn424f.cloudfront.net/logo-new-round.png
|
||||
appVersion: 0.0.5
|
||||
icon: https://web-assets-3bfcb5585cbd63dc365d32a3.nyc3.cdn.digitaloceanspaces.com/alexlebens-net/logo-new-round.svg
|
||||
# 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
|
||||
replicas: 3
|
||||
strategy: RollingUpdate
|
||||
revisionHistoryLimit: 3
|
||||
containers:
|
||||
main:
|
||||
image:
|
||||
repository: harbor.alexlebens.net/images/site-documentation
|
||||
tag: 0.20.0
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.20.0@sha256:4e6965cab1d472250c59d52a28ba97e62c0e28f6a79c45daca4e0cb193488ccc
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 128Mi
|
||||
memory: 40Mi
|
||||
service:
|
||||
main:
|
||||
controller: main
|
||||
@@ -24,4 +22,3 @@ site-documentation:
|
||||
http:
|
||||
port: 80
|
||||
targetPort: 4321
|
||||
protocol: HTTP
|
||||
|
||||
Reference in New Issue
Block a user