Files
auricom-home-cluster/kubernetes/cluster-0/apps/web-tools/theme-park/helm-release.yaml
feisar-bot 68a6c4acea ⬆️ Update chart app-template to 1.2.0
| datasource | package      | from  | to    |
| ---------- | ------------ | ----- | ----- |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
| helm       | app-template | 1.1.3 | 1.2.0 |
2022-12-05 17:27:28 +00:00

63 lines
1.4 KiB
YAML

---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: &app theme-park
namespace: default
spec:
interval: 15m
chart:
spec:
chart: app-template
version: 1.2.0
sourceRef:
kind: HelmRepository
name: bjw-s
namespace: flux-system
install:
createNamespace: true
remediation:
retries: 5
upgrade:
remediation:
retries: 5
values:
controller:
replicas: 1
strategy: RollingUpdate
image:
repository: ghcr.io/onedr0p/theme-park
tag: 1.13.1@sha256:f6ad58cc7072e9abef102ec600e1c9fa7ac23ca00f57bdd5878a24443aa55d44
service:
main:
ports:
http:
port: 8080
ingress:
main:
enabled: true
ingressClassName: "nginx"
annotations:
external-dns.home.arpa/enabled: "true"
hosts:
- host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}"
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- *host
topologySpreadConstraints:
- maxSkew: 1
topologyKey: kubernetes.io/hostname
whenUnsatisfiable: DoNotSchedule
labelSelector:
matchLabels:
app.kubernetes.io/name: *app
resources:
requests:
cpu: 5m
memory: 10Mi
limits:
memory: 50Mi