G8/Helm: artifacts grouping and naming profiles #6

Closed
opened 2024-10-09 07:23:53 +00:00 by victorc · 1 comment
Owner

currently the namespace specified on chart install is used to group the artifacts deployed as a Gargantua app instance and also the ingress, it's host url, the persistent volumes claims etc, i.e. if installing the chart to namespace 'demo' then an ingress named 'demo-ingress' will be deployed to namespace 'demo' and will configure the 'https://demo.' for access to the app, a 'demo-database-pvc' claim for database storage if specified as 'provisioned' etc.

A means that will allow for profile-based schemas of naming and grouping the app resources that is not exclusively based on the namespace, but on an 'appKey' chart value is to be developed.

currently the namespace specified on chart install is used to group the artifacts deployed as a Gargantua app instance and also the ingress, it's host url, the persistent volumes claims etc, i.e. if installing the chart to namespace 'demo' then an ingress named 'demo-ingress' will be deployed to namespace 'demo' and will configure the 'https://demo.<cloudSuffix>' for access to the app, a 'demo-database-pvc' claim for database storage if specified as 'provisioned' etc. A means that will allow for profile-based schemas of naming and grouping the app resources that is not exclusively based on the namespace, but on an 'appKey' chart value is to be developed.
victorc self-assigned this 2024-10-09 07:23:53 +00:00
victorc added this to the Gargantua cloud project 2024-10-09 07:23:53 +00:00
Author
Owner

Profiles 'localDev', 'siatelRo' and 'siatelCom' with pre-enabled ingress and hostPath storage are available. A database is included based on the availability of .Values.database.jdbcUrl

Profiles 'localDev', 'siatelRo' and 'siatelCom' with pre-enabled ingress and hostPath storage are available. A database is included based on the availability of .Values.database.jdbcUrl
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: siatel/cloud#6
No description provided.