Compare commits

..

1 commit

Author SHA1 Message Date
ec12315706 Update kube-prometheus-stack Docker tag to v55.5.2 2024-01-04 21:02:56 +00:00
2 changed files with 12 additions and 35 deletions

View file

@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.4.0
version: 2.0.3
interval: 30m
sourceRef:
kind: HelmRepository
@ -22,24 +22,11 @@ spec:
main:
annotations:
reloader.stakater.com/auto: "true"
initContainers:
init-config:
image:
repository: docker.io/chocobozzz/peertube
tag: &peertube-version v6.0.2-bookworm
command:
- "/bin/sh"
- "-c"
args:
- cp /app/support/docker/production/config/* /config;
cp /app/config/default.yaml /config;
chown -R peertube:peertube /data /config;
cp -r /app/client/dist/* /assets/;
containers:
main:
image:
repository: docker.io/chocobozzz/peertube
tag: *peertube-version
tag: v6.0.2-bookworm
pullPolicy: Always
envFrom:
- secretRef:
@ -57,11 +44,6 @@ spec:
failureThreshold: 3
periodSeconds: 30
initialDelaySeconds: 15
nginx:
image:
repository: docker.io/library/nginx
tag: 1.25.3-alpine
pullPolicy: Always
service:
main:
ports:
@ -69,23 +51,18 @@ spec:
port: &port-api 9000
persistence:
# config:
# enabled: true
# type: configMap
# name: peertube-configmap
# globalMounts:
# - path: /config
nginx-conf:
config:
enabled: true
type: configMap
name: peertube-nginx
name: peertube-configmap
globalMounts:
- path: /etc/nginx/conf.d
assets:
type: emptyDir
globalMounts:
- path: /assets
- path: /config
media:
existingClaim: nas-storage
advancedMounts:
main:
main:
- path: /data
resources:
requests:

View file

@ -5,7 +5,7 @@ kind: Kustomization
namespace: peertube
resources:
- ./externalsecret.yaml
- ./helmrelease.yaml
# - ./helmrelease.yaml
# - ./ingress.yaml
- ./postgresCluster.yaml
- ./pvc.yaml