Commit graph

10 commits

Author SHA1 Message Date
98a4c8c21a feat(podinfo): enable ingress for podinfo service
- add ingress configuration to podinfo manifest
- set replicaCount to 2 for scaling
- define host and path for ingress routing

🤖
2024-10-09 17:20:08 +02:00
3b196baac1 feat(deploy): add initial deployment configuration for Flux
- create GitRepository resource for flux2-test
- set repository URL and update interval
- create Kustomization resource for flux2-test
- configure source reference and path for manifests
🤖
2024-10-09 17:12:58 +02:00
53b17f5141 feat(kubernetes): add namespace for podinfo deployment
- create a new namespace for podinfo
- ensure isolation of podinfo resources
- improve organization of Kubernetes resources

🤖
2024-10-09 17:05:28 +02:00
e29eb79db1 feat(manifests): update podinfo chart version to 6.7.1
- bump podinfo chart version from 6.0.0 to 6.7.1
- ensure compatibility with latest features and fixes in podinfo

🤖
2024-10-09 17:02:27 +02:00
94f500dfdc feat(manifest): update chart reference kind to OCIRepository
- change chart reference kind from HelmChart to OCIRepository
- ensure compatibility with OCI-based deployments
- update documentation to reflect the new chart reference type

🤖
2024-10-09 17:00:00 +02:00
0b3f517443 feat(manifest): add namespace for podinfo Helm chart
- add namespace field to podinfo Helm chart configuration
- ensure proper deployment within the specified namespace

🤖
2024-10-09 16:57:31 +02:00
7a9f4b886f feat(podinfo): update namespace and intervals for podinfo deployment
- change namespace from podinfo to flux2
- reduce OCIRepository interval from 5m to 5ms
- update HelmRelease interval to 10m
- set targetNamespace for HelmRelease to podinfo 🤖
2024-10-09 16:53:20 +02:00
67750d254d feat(podinfo): update HelmRelease to include namespace in metadata
- add namespace to metadata for better resource organization
- ensure consistency in namespace usage across the manifest
- improve clarity for users deploying the podinfo chart

🤖
2024-10-09 16:51:41 +02:00
437b5ada8a feat(kubernetes): update podinfo manifest for improved namespace handling
- add namespace to OCIRepository metadata
- change namespace for HelmChart reference
- ensure consistent namespace usage across the manifest

🤖
2024-10-09 16:49:37 +02:00
37425f6428 Genesis 2024-10-09 16:41:56 +02:00