Compare commits
4 Commits
2bf0f95105
...
renovate/g
Author | SHA1 | Date | |
---|---|---|---|
2e017c8130 | |||
991bc7b7fe | |||
9c5f8a0daa | |||
ce8e5ad849 |
36
README.md
36
README.md
@ -18,15 +18,15 @@
|
|||||||
|
|
||||||
### Infrastructure
|
### Infrastructure
|
||||||
|
|
||||||
- ![Kubernetes][k8s] - Isn't it obvious?
|
- [Kubernetes][k8s] - Isn't it obvious?
|
||||||
- ![Helm][helm] - Easily deploy and manage Kubernetes applications
|
- [Helm][helm] - Easily deploy and manage Kubernetes applications
|
||||||
- ![Traefik][traefik] - Web reverse proxy
|
- [Traefik][traefik] - Web reverse proxy
|
||||||
- ![Cert Manager][cert-manager] - Generates LetsEncrypt certificates
|
- [Cert Manager][cert-manager] - Generates LetsEncrypt certificates
|
||||||
- ![Metallb][metallb] - Load Balancer
|
- [Metallb][metallb] - Load Balancer
|
||||||
- ![NFS][nfs] - Remote Storage for PVs
|
- [NFS][nfs] - Remote Storage for PVs
|
||||||
- ![FluxCD][fluxcd] - GitOps
|
- [FluxCD][fluxcd] - GitOps
|
||||||
- ![Spegel][spegel] - Local Docker registry cache
|
- [Spegel][spegel] - Local Docker registry cache
|
||||||
- ![Eraser][eraser] - Automated cleanup of old docker images
|
- [Eraser][eraser] - Automated cleanup of old docker images
|
||||||
|
|
||||||
### Services
|
### Services
|
||||||
|
|
||||||
@ -62,12 +62,12 @@ Don't forget to give the project a star! Thanks again!
|
|||||||
<!-- MARKDOWN LINKS & IMAGES -->
|
<!-- MARKDOWN LINKS & IMAGES -->
|
||||||
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
|
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
|
||||||
|
|
||||||
[fluxcd]: https://fluxcd.io
|
[fluxcd]: https://fluxcd.io/
|
||||||
[k8s]: https://kubernetes.io
|
[k8s]: https://kubernetes.io/
|
||||||
[helm]: https://helm.sh
|
[helm]: https://helm.sh/
|
||||||
[traefik]: https://traefik.io
|
[traefik]: https://traefik.io/
|
||||||
[cert-manager]: https://cert-manager.io
|
[cert-manager]: https://cert-manager.io/
|
||||||
[metallb]: https://metallb.org
|
[metallb]: https://metallb.org/
|
||||||
[nfs]: https://nfs.fascinated.cc
|
[nfs]: https://nfs.fascinated.cc/
|
||||||
[spegel]: https://github.com/spegel-org/spegel
|
[spegel]: https://github.com/spegel-org/spegel/
|
||||||
[eraser]: https://eraser-dev.github.io
|
[eraser]: https://github.com/eraser-dev/eraser/
|
||||||
|
@ -4570,7 +4570,7 @@ spec:
|
|||||||
resourceFieldRef:
|
resourceFieldRef:
|
||||||
containerName: manager
|
containerName: manager
|
||||||
resource: limits.memory
|
resource: limits.memory
|
||||||
image: ghcr.io/fluxcd/source-controller:v1.4.0
|
image: ghcr.io/fluxcd/source-controller:v1.3.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
@ -13407,7 +13407,7 @@ spec:
|
|||||||
resourceFieldRef:
|
resourceFieldRef:
|
||||||
containerName: manager
|
containerName: manager
|
||||||
resource: limits.memory
|
resource: limits.memory
|
||||||
image: ghcr.io/fluxcd/image-reflector-controller:v0.32.0
|
image: ghcr.io/fluxcd/image-reflector-controller:v0.33.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
Reference in New Issue
Block a user