Compare commits
7 Commits
2bf0f95105
...
renovate/g
Author | SHA1 | Date | |
---|---|---|---|
cf3b247b61 | |||
b056354f20 | |||
d053452ba1 | |||
1a34c57cf7 | |||
991bc7b7fe | |||
9c5f8a0daa | |||
ce8e5ad849 |
38
README.md
38
README.md
@ -18,15 +18,15 @@
|
||||
|
||||
### Infrastructure
|
||||
|
||||
- ![Kubernetes][k8s] - Isn't it obvious?
|
||||
- ![Helm][helm] - Easily deploy and manage Kubernetes applications
|
||||
- ![Traefik][traefik] - Web reverse proxy
|
||||
- ![Cert Manager][cert-manager] - Generates LetsEncrypt certificates
|
||||
- ![Metallb][metallb] - Load Balancer
|
||||
- ![NFS][nfs] - Remote Storage for PVs
|
||||
- ![FluxCD][fluxcd] - GitOps
|
||||
- ![Spegel][spegel] - Local Docker registry cache
|
||||
- ![Eraser][eraser] - Automated cleanup of old docker images
|
||||
- [Kubernetes][k8s] - Isn't it obvious?
|
||||
- [Helm][helm] - Easily deploy and manage Kubernetes applications
|
||||
- [Traefik][traefik] - Web reverse proxy
|
||||
- [Cert Manager][cert-manager] - Generates LetsEncrypt certificates
|
||||
- [Metallb][metallb] - Load Balancer
|
||||
- [NFS][nfs] - Remote Storage for PVs
|
||||
- [FluxCD][fluxcd] - GitOps
|
||||
- [Spegel][spegel] - Local Docker registry cache
|
||||
- [Eraser][eraser] - Automated cleanup of old docker images
|
||||
|
||||
### Services
|
||||
|
||||
@ -36,7 +36,7 @@ See [services](./kubernetes/apps/production/) for a list of services that I use
|
||||
|
||||
## Todo
|
||||
|
||||
Nothing !
|
||||
- [ ] Setup Grafana and Traefik metrics
|
||||
|
||||
### Backlog
|
||||
|
||||
@ -62,12 +62,12 @@ Don't forget to give the project a star! Thanks again!
|
||||
<!-- MARKDOWN LINKS & IMAGES -->
|
||||
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
|
||||
|
||||
[fluxcd]: https://fluxcd.io
|
||||
[k8s]: https://kubernetes.io
|
||||
[helm]: https://helm.sh
|
||||
[traefik]: https://traefik.io
|
||||
[cert-manager]: https://cert-manager.io
|
||||
[metallb]: https://metallb.org
|
||||
[nfs]: https://nfs.fascinated.cc
|
||||
[spegel]: https://github.com/spegel-org/spegel
|
||||
[eraser]: https://eraser-dev.github.io
|
||||
[fluxcd]: https://fluxcd.io/
|
||||
[k8s]: https://kubernetes.io/
|
||||
[helm]: https://helm.sh/
|
||||
[traefik]: https://traefik.io/
|
||||
[cert-manager]: https://cert-manager.io/
|
||||
[metallb]: https://metallb.org/
|
||||
[nfs]: https://nfs.fascinated.cc/
|
||||
[spegel]: https://github.com/spegel-org/spegel/
|
||||
[eraser]: https://github.com/eraser-dev/eraser/
|
||||
|
@ -4570,7 +4570,7 @@ spec:
|
||||
resourceFieldRef:
|
||||
containerName: manager
|
||||
resource: limits.memory
|
||||
image: ghcr.io/fluxcd/source-controller:v1.4.0
|
||||
image: ghcr.io/fluxcd/source-controller:v1.3.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
@ -14258,7 +14258,7 @@ spec:
|
||||
resourceFieldRef:
|
||||
containerName: manager
|
||||
resource: limits.memory
|
||||
image: ghcr.io/fluxcd/image-automation-controller:v0.38.0
|
||||
image: ghcr.io/fluxcd/image-automation-controller:v0.39.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
|
@ -18,7 +18,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: kube-prometheus-stack
|
||||
version: "62.7.0"
|
||||
version: "63.0.0"
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: monitoring
|
||||
|
Reference in New Issue
Block a user