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 }}
|
||||
data:
|
||||
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 {
|
||||
listen 8080;
|
||||
server_name localhost;
|
||||
listen 80;
|
||||
|
||||
location / {
|
||||
root /app/vikunja/files;
|
||||
try_files $uri $uri/ /;
|
||||
index index.html index.htm;
|
||||
}
|
||||
location / {
|
||||
proxy_pass http://localhost:80;
|
||||
}
|
||||
|
||||
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:
|
||||
main:
|
||||
port: 10220
|
||||
targetPort: 8080
|
||||
targetPort: 80
|
||||
|
||||
additionalContainers:
|
||||
frontend:
|
||||
@@ -84,15 +84,13 @@ additionalContainers:
|
||||
name: proxy
|
||||
image: "{{ .Values.nginxImage.repository }}:{{ .Values.nginxImage.tag }}"
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
- containerPort: 80
|
||||
name: main
|
||||
volumeMounts:
|
||||
- name: vikunja-config
|
||||
mountPath: "/etc/nginx/conf.d/default.conf"
|
||||
subPath: nginx-config
|
||||
readOnly: true
|
||||
- name: files
|
||||
mountPath: "/app/vikunja/files"
|
||||
|
||||
persistence:
|
||||
files:
|
||||
|
||||
@@ -18,7 +18,7 @@ name: ddns-updater
|
||||
sources:
|
||||
- https://github.com/qdm12/ddns-updater
|
||||
- https://hub.docker.com/r/qmcgaw/ddns-updater
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: qmcgaw/ddns-updater
|
||||
tag: v2.4.1@sha256:286ebfb9bf43ab99d49890b9f02a29b416d9468210cd4736c3d3829a5a390190
|
||||
repository: tccr.io/truecharts/ddns-updater
|
||||
tag: v2.4.1@sha256:82e1cedae94f79be838019bb82974bf80ee784084b6dca6823dde8c177ba4145
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
env:
|
||||
|
||||
@@ -18,7 +18,7 @@ name: fluidd
|
||||
sources:
|
||||
- https://github.com/fluidd-core/fluidd
|
||||
- https://hub.docker.com/r/cadriel/fluidd
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- utilities
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: cadriel/fluidd
|
||||
tag: v1.17.2@sha256:f2fed9d8692baff9f5ee41056429b3bca0ce658281d81331a6668c418bbbc9e8
|
||||
repository: tccr.io/truecharts/fluidd
|
||||
tag: v1.17.2@sha256:3e643cce65ae8dc6c4e5517bca9d3276321a1b280b93677048d0b12b2e19df1c
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
@@ -26,7 +26,7 @@ name: nocodb
|
||||
sources:
|
||||
- https://hub.docker.com/r/nocodb/nocodb
|
||||
- https://github.com/nocodb/nocodb
|
||||
version: 0.0.5
|
||||
version: 1.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
||||
@@ -7,6 +7,7 @@ portals:
|
||||
- "$kubernetes-resource_configmap_portal_host"
|
||||
ports:
|
||||
- "$kubernetes-resource_configmap_portal_port"
|
||||
path: "/dashboard"
|
||||
questions:
|
||||
- variable: portal
|
||||
group: "Container Image"
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: nocodb/nocodb
|
||||
tag: 0.90.3@sha256:63158174ce8a88eecfa332e223cee8cd11c1670090324d1d4264348930cb43db
|
||||
repository: tccr.io/truecharts/nocodb
|
||||
tag: v0.90.2@sha256:cd67c84e510f4d913c439c2de01aaa294894da22a478ff3873b3cfd41dfadf60
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
@@ -33,6 +33,14 @@ envFrom:
|
||||
- configMapRef:
|
||||
name: nocodb-configmap
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
path: "/dashboard"
|
||||
readiness:
|
||||
path: "/dashboard"
|
||||
startup:
|
||||
path: "/dashboard"
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -17,7 +17,7 @@ maintainers:
|
||||
name: rss-bridge
|
||||
sources:
|
||||
- https://github.com/RSS-Bridge/rss-bridge
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: rssbridge/rss-bridge
|
||||
tag: 2022-01-20@sha256:4c2a148273b64f8b6afcca42a201e8294ab4f8747a747d7696b7d3494a712591
|
||||
repository: tccr.io/truecharts/rss-bridge
|
||||
tag: v2022-01@sha256:dec1826fb8db0c0895ef97e0d5274f8530b51d01a3589d49cb0982110dd7c34e
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
Reference in New Issue
Block a user