testing just using an emptyDir for rendered config (+more) #1
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "richir-more-labb"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
OBS. hemligheterna för vinnova och nordunet måste struktureras enligt
ENV: hemlis
inextcloud-secrets
innan denna merge:as.Should we have application.yaml in applications for vinnova and nordunet too?
@Micke wrote in #1 (comment):
I think we remove the
Application
and generate them all from anApplicationSet
Looks good. It might be nice to use configMapGenerator in kustomization.yml for apache and Nextcloud configmaps, but we can do that later. It makes it a bit cleaner imo since you can keep the actual php and apache configfiles as they are, instead of big inline blobs in yaml.
577940044c
tof01ec30d64
I have one comment and one question :)
@ -0,0 +35,4 @@
'gs.enabled' => 'true',
'gs.federation' => 'global',
'gs.trustedHosts' => ['*.sunet.se'],
'gss.jwt.key' => '{{GSS_JWT_KEY}}',
gss.* are old settings that we want to remove
Fixed in #a260fed464aa6c268151226c99ed1d9ae0805934
@ -31,3 +37,3 @@
containers:
- name: customer
image: docker.sunet.se/drive/nextcloud-custom:30.0.5.2-2
image: nextcloud-custom-image
What image is this?
Found it! It is defined in kustomization.yaml
@ -8,0 +6,4 @@
- path: env-configmap.yml
- path: nextcloud-deployment.yml
- path: nextcloud-ingress.yml
namePrefix: 'nordunet-'
Jag är inte säker på att nameprefix är en bra idé. Alla resurser skapas ju i separata namespaces för varje kund, så det blir lite redundant.