cleanup
This commit is contained in:
parent
cbfadcbdd6
commit
91ed502aec
@ -1,6 +0,0 @@
|
|||||||
dependencies:
|
|
||||||
- name: common
|
|
||||||
repository: https://scm.docker.cabillot.eu/perso/helm-library-common/raw/branch/master/
|
|
||||||
version: 4.2.0
|
|
||||||
digest: sha256:ebb9ebf35a713598d91b456170bafb669a8e11f123b9b6fb08e3359d0a48c75e
|
|
||||||
generated: "2021-12-30T15:07:39.581436499-05:00"
|
|
||||||
@ -9,22 +9,17 @@ appVersion: "latest"
|
|||||||
|
|
||||||
description: Helm chart for cv
|
description: Helm chart for cv
|
||||||
name: cv
|
name: cv
|
||||||
version: 0.0.5
|
version: 0.0.6
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- cv
|
- cv
|
||||||
#TODO:
|
home: https://scm.docker.cabillot.eu/web/cv-helm/
|
||||||
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/lidarr
|
icon: https://scm.docker.cabillot.eu/repo-avatars/89-d8eec884cb05430e8ccdc486841bb431
|
||||||
#TODO:
|
|
||||||
icon: https://github.com/lidarr/Lidarr/blob/develop/Logo/512.png?raw=true
|
|
||||||
#TODO:
|
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/Lidarr/Lidarr
|
- https://scm.docker.cabillot.eu/web/cv
|
||||||
- https://github.com/k8s-at-home/container-images
|
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: jcabillot
|
- name: Julien Cabillot
|
||||||
# TODO:
|
email: dockerimages@cabillot.eu
|
||||||
email: todo@todo
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: "https://scm.docker.cabillot.eu/perso/helm-library-common/raw/branch/master/"
|
repository: "https://scm.docker.cabillot.eu/perso/helm-library-common/raw/branch/master/"
|
||||||
|
|||||||
@ -2,25 +2,18 @@
|
|||||||
# IMPORTANT NOTE
|
# IMPORTANT NOTE
|
||||||
#
|
#
|
||||||
# This chart inherits from our common library chart. You can check the default values/options here:
|
# This chart inherits from our common library chart. You can check the default values/options here:
|
||||||
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
|
# https://scm.docker.cabillot.eu/perso/helm-library-common
|
||||||
#
|
#
|
||||||
|
|
||||||
image:
|
image:
|
||||||
# -- image repository
|
|
||||||
repository: docker.io/jcabillot/cv
|
repository: docker.io/jcabillot/cv
|
||||||
# -- image tag
|
|
||||||
tag: ""
|
tag: ""
|
||||||
# -- image pull policy
|
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
# -- environment variables.
|
|
||||||
# @default -- See below
|
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
#TZ: America/New_York
|
||||||
TZ: America/New_York
|
TZ: UTC
|
||||||
|
|
||||||
# -- Configures service settings for the chart.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@ -28,20 +21,17 @@ service:
|
|||||||
port: 8080
|
port: 8080
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
# -- Enable and configure ingress settings for the chart under this key.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
main:
|
main:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
# Example
|
||||||
# hosts:
|
# hosts:
|
||||||
# - host: "cv.opti.cabillot.eu"
|
# - host: "yy.xx.zz"
|
||||||
# paths:
|
# paths:
|
||||||
# - path: "/"
|
# - path: "/"
|
||||||
# tls:
|
# tls:
|
||||||
# - hosts:
|
# - hosts:
|
||||||
# - "cv.opti.cabillot.eu"
|
# - "yy.xx.zz"
|
||||||
|
|
||||||
# -- Configures the probes for the main Pod.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user