mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 08:57:04 +02:00
feat!: Rename common-chart to app-template
This commit is contained in:
parent
567577762f
commit
6a2bee4036
48 changed files with 70 additions and 70 deletions
22
charts/other/app-template/ci/basic-values.yaml
Normal file
22
charts/other/app-template/ci/basic-values.yaml
Normal file
|
@ -0,0 +1,22 @@
|
|||
image:
|
||||
repository: b4bz/homer
|
||||
tag: latest
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
http:
|
||||
port: 8080
|
||||
|
||||
ingress:
|
||||
main:
|
||||
enabled: true
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
enabled: true
|
||||
readiness:
|
||||
enabled: true
|
||||
startup:
|
||||
enabled: true
|
32
charts/other/app-template/ci/codeserver-values.yaml
Normal file
32
charts/other/app-template/ci/codeserver-values.yaml
Normal file
|
@ -0,0 +1,32 @@
|
|||
image:
|
||||
repository: b4bz/homer
|
||||
tag: latest
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
http:
|
||||
port: 8080
|
||||
|
||||
ingress:
|
||||
main:
|
||||
enabled: true
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
emptyDir:
|
||||
enabled: true
|
||||
mountPath: /www/assets
|
||||
|
||||
addons:
|
||||
codeserver:
|
||||
enabled: true
|
||||
workingDir: "/www/assets"
|
||||
ingress:
|
||||
main:
|
||||
enabled: true
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: /www/assets
|
26
charts/other/app-template/ci/netshoot-values.yaml
Normal file
26
charts/other/app-template/ci/netshoot-values.yaml
Normal file
|
@ -0,0 +1,26 @@
|
|||
image:
|
||||
repository: b4bz/homer
|
||||
tag: latest
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
http:
|
||||
port: 8080
|
||||
|
||||
ingress:
|
||||
main:
|
||||
enabled: true
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
enabled: true
|
||||
readiness:
|
||||
enabled: true
|
||||
startup:
|
||||
enabled: true
|
||||
|
||||
addons:
|
||||
netshoot:
|
||||
enabled: true
|
29
charts/other/app-template/ci/promtail-values.yaml
Normal file
29
charts/other/app-template/ci/promtail-values.yaml
Normal file
|
@ -0,0 +1,29 @@
|
|||
image:
|
||||
repository: ghcr.io/k8s-at-home/qbittorrent
|
||||
tag: latest
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
http:
|
||||
port: 8080
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
emptyDir:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
|
||||
addons:
|
||||
promtail:
|
||||
enabled: true
|
||||
loki: http://loki.monitoring.svc.cluster.local:3100/loki/api/v1/push
|
||||
logs:
|
||||
- name: qbittorrent
|
||||
path: /config/data/qBittorrent/logs/*.log
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: /config
|
||||
readOnly: true
|
Loading…
Add table
Add a link
Reference in a new issue