feat(apps): move apps to stable and update image refs (#2517)
* feat(apps): move apps to stable and update image refs * remove proxy vikunja * add more test opitons * rerun * 80 * correct configmap for nginx * yml -> yml * trim b and B * whoops
This commit is contained in:
@@ -7,24 +7,15 @@ metadata:
|
|||||||
{{- include "common.labels" . | nindent 4 }}
|
{{- include "common.labels" . | nindent 4 }}
|
||||||
data:
|
data:
|
||||||
nginx-config: |-
|
nginx-config: |-
|
||||||
gzip on;
|
|
||||||
gzip_disable "msie6";
|
|
||||||
|
|
||||||
gzip_vary on;
|
|
||||||
gzip_proxied any;
|
|
||||||
gzip_comp_level 6;
|
|
||||||
gzip_buffers 16 8k;
|
|
||||||
gzip_http_version 1.1;
|
|
||||||
gzip_min_length 256;
|
|
||||||
gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript application/vnd.ms-fontobject application/x-font-ttf font/opentype image/svg+xml;
|
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 8080;
|
listen 80;
|
||||||
server_name localhost;
|
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
root /app/vikunja/files;
|
proxy_pass http://localhost:80;
|
||||||
try_files $uri $uri/ /;
|
}
|
||||||
index index.html index.htm;
|
|
||||||
}
|
location ~* ^/(api|dav|\.well-known)/ {
|
||||||
|
proxy_pass http://localhost:3456;
|
||||||
|
client_max_body_size {{ .Values.env.VIKUNJA_FILES_MAXSIZE | upper | trimSuffix "B" }};
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ service:
|
|||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 10220
|
port: 10220
|
||||||
targetPort: 8080
|
targetPort: 80
|
||||||
|
|
||||||
additionalContainers:
|
additionalContainers:
|
||||||
frontend:
|
frontend:
|
||||||
@@ -84,15 +84,13 @@ additionalContainers:
|
|||||||
name: proxy
|
name: proxy
|
||||||
image: "{{ .Values.nginxImage.repository }}:{{ .Values.nginxImage.tag }}"
|
image: "{{ .Values.nginxImage.repository }}:{{ .Values.nginxImage.tag }}"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 80
|
||||||
name: main
|
name: main
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: vikunja-config
|
- name: vikunja-config
|
||||||
mountPath: "/etc/nginx/conf.d/default.conf"
|
mountPath: "/etc/nginx/conf.d/default.conf"
|
||||||
subPath: nginx-config
|
subPath: nginx-config
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: files
|
|
||||||
mountPath: "/app/vikunja/files"
|
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
files:
|
files:
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ name: ddns-updater
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/qdm12/ddns-updater
|
- https://github.com/qdm12/ddns-updater
|
||||||
- https://hub.docker.com/r/qmcgaw/ddns-updater
|
- https://hub.docker.com/r/qmcgaw/ddns-updater
|
||||||
version: 1.0.0
|
version: 1.0.1
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- network
|
- network
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
image:
|
image:
|
||||||
repository: qmcgaw/ddns-updater
|
repository: tccr.io/truecharts/ddns-updater
|
||||||
tag: v2.4.1@sha256:286ebfb9bf43ab99d49890b9f02a29b416d9468210cd4736c3d3829a5a390190
|
tag: v2.4.1@sha256:82e1cedae94f79be838019bb82974bf80ee784084b6dca6823dde8c177ba4145
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ name: fluidd
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/fluidd-core/fluidd
|
- https://github.com/fluidd-core/fluidd
|
||||||
- https://hub.docker.com/r/cadriel/fluidd
|
- https://hub.docker.com/r/cadriel/fluidd
|
||||||
version: 1.0.0
|
version: 1.0.1
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- utilities
|
- utilities
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
image:
|
image:
|
||||||
repository: cadriel/fluidd
|
repository: tccr.io/truecharts/fluidd
|
||||||
tag: v1.17.2@sha256:f2fed9d8692baff9f5ee41056429b3bca0ce658281d81331a6668c418bbbc9e8
|
tag: v1.17.2@sha256:3e643cce65ae8dc6c4e5517bca9d3276321a1b280b93677048d0b12b2e19df1c
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ name: nocodb
|
|||||||
sources:
|
sources:
|
||||||
- https://hub.docker.com/r/nocodb/nocodb
|
- https://hub.docker.com/r/nocodb/nocodb
|
||||||
- https://github.com/nocodb/nocodb
|
- https://github.com/nocodb/nocodb
|
||||||
version: 0.0.5
|
version: 1.0.0
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- productivity
|
- productivity
|
||||||
@@ -7,6 +7,7 @@ portals:
|
|||||||
- "$kubernetes-resource_configmap_portal_host"
|
- "$kubernetes-resource_configmap_portal_host"
|
||||||
ports:
|
ports:
|
||||||
- "$kubernetes-resource_configmap_portal_port"
|
- "$kubernetes-resource_configmap_portal_port"
|
||||||
|
path: "/dashboard"
|
||||||
questions:
|
questions:
|
||||||
- variable: portal
|
- variable: portal
|
||||||
group: "Container Image"
|
group: "Container Image"
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
image:
|
image:
|
||||||
repository: nocodb/nocodb
|
repository: tccr.io/truecharts/nocodb
|
||||||
tag: 0.90.3@sha256:63158174ce8a88eecfa332e223cee8cd11c1670090324d1d4264348930cb43db
|
tag: v0.90.2@sha256:cd67c84e510f4d913c439c2de01aaa294894da22a478ff3873b3cfd41dfadf60
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
@@ -33,6 +33,14 @@ envFrom:
|
|||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: nocodb-configmap
|
name: nocodb-configmap
|
||||||
|
|
||||||
|
probes:
|
||||||
|
liveness:
|
||||||
|
path: "/dashboard"
|
||||||
|
readiness:
|
||||||
|
path: "/dashboard"
|
||||||
|
startup:
|
||||||
|
path: "/dashboard"
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -17,7 +17,7 @@ maintainers:
|
|||||||
name: rss-bridge
|
name: rss-bridge
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/RSS-Bridge/rss-bridge
|
- https://github.com/RSS-Bridge/rss-bridge
|
||||||
version: 1.0.0
|
version: 1.0.1
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
image:
|
image:
|
||||||
repository: rssbridge/rss-bridge
|
repository: tccr.io/truecharts/rss-bridge
|
||||||
tag: 2022-01-20@sha256:4c2a148273b64f8b6afcca42a201e8294ab4f8747a747d7696b7d3494a712591
|
tag: v2022-01@sha256:dec1826fb8db0c0895ef97e0d5274f8530b51d01a3589d49cb0982110dd7c34e
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|||||||
Reference in New Issue
Block a user