⬆️ pushover-notifier-github-releases app-template v2

This commit is contained in:
auricom
2023-11-03 16:03:56 +01:00
parent f63eae32db
commit bee84809c1

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,44 +27,51 @@ spec:
uninstall: uninstall:
keepHistory: false keepHistory: false
values: values:
controller: controllers:
type: cronjob main:
cronjob: type: cronjob
concurrencyPolicy: Forbid cronjob:
schedule: "23 */3 * * *" concurrencyPolicy: Forbid
initContainers: schedule: "23 */3 * * *"
01-init-db: initContainers:
image: ghcr.io/auricom/postgres-init:15.4 init-db:
imagePullPolicy: IfNotPresent image:
envFrom: &envFrom repository: ghcr.io/auricom/postgres-init
- secretRef: tag: 15.4@sha256:83e1abf06be5741bdfb8cb53fc03a1ade6e6b5ec7b92a8aac0c69ba5dc7e51f0
name: pushover-notifier-secret pullPolicy: IfNotPresent
image: envFrom: &envFrom
repository: ghcr.io/auricom/python - secretRef:
tag: 1.0.0@sha256:d22581793a6803cabcb283ec1f224fe2bdd98efb5d837ad14c52b8d99c0d8c1e name: pushover-notifier-secret
command: containers:
- python3 main:
- /app/script.py image:
repository: ghcr.io/auricom/python
tag: 1.0.0@sha256:d22581793a6803cabcb283ec1f224fe2bdd98efb5d837ad14c52b8d99c0d8c1e
command:
- python3
- /app/script.py
envFrom: *envFrom
resources:
requests:
cpu: 50m
memory: 250Mi
limits:
memory: 250Mi
service: service:
main: main:
enabled: false enabled: false
envFrom: *envFrom
resources:
requests:
cpu: 50m
memory: 250Mi
limits:
memory: 250Mi
persistence: persistence:
config: config:
enabled: true enabled: true
type: configMap type: configMap
name: pushover-notifier-github-releases-configmap name: pushover-notifier-github-releases-configmap
mountPath: /app/config.yaml globalMounts:
subPath: config.yaml - path: /app/config.yaml
subPath: config.yaml
script: script:
enabled: true enabled: true
type: configMap type: configMap
name: pushover-notifier-github-releases-configmap name: pushover-notifier-github-releases-configmap
mountPath: /app/script.py globalMounts:
subPath: script.py - path: /app/script.py
subPath: script.py