⬆️ libreddit app-template v2

This commit is contained in:
auricom
2023-10-29 15:54:26 +01:00
parent 4c78c8d755
commit 1e908ae19f

View File

@@ -10,7 +10,7 @@ spec:
chart: chart:
spec: spec:
chart: app-template chart: app-template
version: 1.5.1 version: 2.0.3
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: bjw-s name: bjw-s
@@ -27,16 +27,14 @@ spec:
uninstall: uninstall:
keepHistory: false keepHistory: false
values: values:
controller: controllers:
main:
strategy: RollingUpdate strategy: RollingUpdate
containers:
main:
image: image:
repository: ghcr.io/auricom/libreddit repository: ghcr.io/auricom/libreddit
tag: 0.30.1@sha256:4106b2aa4d9ce76f16ea9db1aa75ace2e9c80c067f698dad2f92c68c7cd94c30 tag: 0.30.1@sha256:4106b2aa4d9ce76f16ea9db1aa75ace2e9c80c067f698dad2f92c68c7cd94c30
service:
main:
ports:
http:
port: &port 8080
probes: probes:
liveness: &probes liveness: &probes
enabled: true enabled: true
@@ -44,7 +42,7 @@ spec:
spec: spec:
httpGet: httpGet:
path: /settings path: /settings
port: *port port: &port 8080
initialDelaySeconds: 0 initialDelaySeconds: 0
periodSeconds: 10 periodSeconds: 10
timeoutSeconds: 1 timeoutSeconds: 1
@@ -52,6 +50,15 @@ spec:
readiness: *probes readiness: *probes
startup: startup:
enabled: false enabled: false
resources:
requests:
cpu: 50m
memory: 256Mi
service:
main:
ports:
http:
port: *port
ingress: ingress:
main: main:
enabled: true enabled: true
@@ -64,11 +71,9 @@ spec:
- host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}" - host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}"
paths: paths:
- path: / - path: /
pathType: Prefix service:
name: main
port: http
tls: tls:
- hosts: - hosts:
- *host - *host
resources:
requests:
cpu: 50m
memory: 256Mi