refactor: one self-contained folder per platform service
Each platform/apps/<service>/ now holds its own application.yaml (multi-source: chart + values + raw-manifest extras), values.yaml, and any extra manifests (HTTPRoute, RBAC, ClusterSecretStore) together, replacing the split apps/*.yaml + manifests/*/ + separate *-config Application pattern. Root platform-app.yaml now recurses platform/apps/*/application.yaml only. Extras get a resource-level sync-wave (1) so they still land after their service's Helm chart within the same Application sync. Also adds an HTTPRoute for vault (vault.fireflylab.local) - exposed same as every other service here, accepted as LAN-only exposure.
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
expose:
|
||||
type: clusterIP
|
||||
tls:
|
||||
enabled: false
|
||||
|
||||
externalURL: http://harbor.fireflylab.local
|
||||
|
||||
persistence:
|
||||
imageChartStorage:
|
||||
disableRedirect: true
|
||||
type: filesystem
|
||||
filesystem:
|
||||
rootdirectory: /storage
|
||||
persistentVolumeClaim:
|
||||
registry:
|
||||
storageClass: nfs-delete
|
||||
size: 50Gi
|
||||
jobservice:
|
||||
jobLog:
|
||||
storageClass: nfs-delete
|
||||
size: 5Gi
|
||||
database:
|
||||
storageClass: nfs-delete
|
||||
size: 5Gi
|
||||
redis:
|
||||
storageClass: nfs-delete
|
||||
size: 2Gi
|
||||
trivy:
|
||||
storageClass: nfs-delete
|
||||
size: 5Gi
|
||||
Reference in New Issue
Block a user