migrate vikunja to .23
This commit is contained in:
@@ -37,10 +37,6 @@ dependencies:
|
|||||||
alias: cloudflared-api
|
alias: cloudflared-api
|
||||||
repository: http://alexlebens.github.io/helm-charts
|
repository: http://alexlebens.github.io/helm-charts
|
||||||
version: 1.4.0
|
version: 1.4.0
|
||||||
- name: cloudflared
|
|
||||||
alias: cloudflared-front
|
|
||||||
repository: http://alexlebens.github.io/helm-charts
|
|
||||||
version: 1.4.0
|
|
||||||
- name: postgres-cluster
|
- name: postgres-cluster
|
||||||
alias: postgres-16-cluster
|
alias: postgres-16-cluster
|
||||||
version: 3.5.0
|
version: 3.5.0
|
||||||
|
@@ -8,12 +8,12 @@ vikunja:
|
|||||||
containers:
|
containers:
|
||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: vikunja/api
|
repository: vikunja/vikunja
|
||||||
tag: 0.22.1
|
tag: 0.23.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: VIKUNJA_SERVICE_FRONTENDURL
|
- name: VIKUNJA_SERVICE_PUBLICURL
|
||||||
value: https://vikunja.alexlebens.dev
|
value: https://vikunja.alexlebens.dev
|
||||||
- name: VIKUNJA_SERVICE_ENABLEREGISTRATION
|
- name: VIKUNJA_SERVICE_ENABLEREGISTRATION
|
||||||
value: "false"
|
value: "false"
|
||||||
- name: VIKUNJA_SERVICE_TIMEZONE
|
- name: VIKUNJA_SERVICE_TIMEZONE
|
||||||
@@ -62,24 +62,6 @@ vikunja:
|
|||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
front:
|
|
||||||
type: deployment
|
|
||||||
replicas: 1
|
|
||||||
strategy: Recreate
|
|
||||||
revisionHistoryLimit: 3
|
|
||||||
containers:
|
|
||||||
main:
|
|
||||||
image:
|
|
||||||
repository: vikunja/frontend
|
|
||||||
tag: 0.22.1
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
env:
|
|
||||||
- name: VIKUNJA_API_URL
|
|
||||||
value: https://vikunja-api.alexlebens.dev/api/v1/
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
cpu: 100m
|
|
||||||
memory: 128Mi
|
|
||||||
serviceAccount:
|
serviceAccount:
|
||||||
create: true
|
create: true
|
||||||
service:
|
service:
|
||||||
@@ -90,13 +72,6 @@ vikunja:
|
|||||||
port: 3456
|
port: 3456
|
||||||
targetPort: 3456
|
targetPort: 3456
|
||||||
protocol: HTTP
|
protocol: HTTP
|
||||||
front:
|
|
||||||
controller: front
|
|
||||||
ports:
|
|
||||||
http:
|
|
||||||
port: 80
|
|
||||||
targetPort: 80
|
|
||||||
protocol: HTTP
|
|
||||||
persistence:
|
persistence:
|
||||||
data:
|
data:
|
||||||
storageClass: ceph-block
|
storageClass: ceph-block
|
||||||
@@ -174,9 +149,6 @@ redis:
|
|||||||
cloudflared-api:
|
cloudflared-api:
|
||||||
name: cloudflared-api
|
name: cloudflared-api
|
||||||
existingSecretName: vikunja-cloudflared-api-secret
|
existingSecretName: vikunja-cloudflared-api-secret
|
||||||
cloudflared-front:
|
|
||||||
name: cloudflared-front
|
|
||||||
existingSecretName: vikunja-cloudflared-front-secret
|
|
||||||
postgres-16-cluster:
|
postgres-16-cluster:
|
||||||
mode: standalone
|
mode: standalone
|
||||||
kubernetesClusterName: cl01tl
|
kubernetesClusterName: cl01tl
|
||||||
|
Reference in New Issue
Block a user