try differently configured todos
This commit is contained in:
		
							
								
								
									
										6
									
								
								apps/todos/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								apps/todos/README.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | |||||||
|  | ### Adding a user | ||||||
|  | ```bash | ||||||
|  | kubectl exec -it -n todos deployments/todos-vikunja -- /app/vikunja/vikunja user create -u <username> -e "<user-email>" | ||||||
|  | ``` | ||||||
|  |  | ||||||
|  | Password will be prompted. | ||||||
| @@ -9,9 +9,9 @@ resources: | |||||||
|   - ingress.yaml |   - ingress.yaml | ||||||
|  |  | ||||||
|  |  | ||||||
| helmCharts: | # helmCharts: | ||||||
|   - name: vikunja | #   - name: vikunja | ||||||
|     version: 0.1.5 | #     version: 0.1.5 | ||||||
|     repo: https://charts.oecis.io | #     repo: https://charts.oecis.io | ||||||
|     valuesFile: values.yaml | #     valuesFile: values.yaml | ||||||
|     releaseName: todos | #     releaseName: todos | ||||||
|   | |||||||
| @@ -6,10 +6,6 @@ metadata: | |||||||
|  |  | ||||||
| spec: | spec: | ||||||
|   project: apps |   project: apps | ||||||
|   source: |  | ||||||
|     repoURL: ssh://git@git.kluster.moll.re:2222/remoll/k3s-infra.git |  | ||||||
|     targetRevision: main |  | ||||||
|     path: apps/todos |  | ||||||
|   destination: |   destination: | ||||||
|     server: https://kubernetes.default.svc |     server: https://kubernetes.default.svc | ||||||
|     namespace: todos |     namespace: todos | ||||||
| @@ -17,3 +13,19 @@ spec: | |||||||
|     automated: |     automated: | ||||||
|       prune: true |       prune: true | ||||||
|       selfHeal: true |       selfHeal: true | ||||||
|  |   sources: | ||||||
|  |     - repoURL: ssh://git@git.kluster.moll.re:2222/remoll/k3s-infra.git | ||||||
|  |       targetRevision: main | ||||||
|  |       path: apps/todos | ||||||
|  |       ref: values | ||||||
|  |     - repoUrl: oci://kolaente.dev/vikunja | ||||||
|  |       chart: vikunja | ||||||
|  |       # corresponds to oci://kolaente.dev/vikunja/vikunja | ||||||
|  |       targetRevision: 0.4.3 | ||||||
|  |       helm: | ||||||
|  |         valuesFiles: | ||||||
|  |           - $values/values.yaml | ||||||
|  |     # creates the namespace etc. | ||||||
|  |     - repoURL: ssh://git@git.kluster.moll.re:2222/remoll/k3s-infra.git | ||||||
|  |       targetRevision: main | ||||||
|  |       path: apps/todos | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user