'update files with ansible'
This commit is contained in:
parent
ac31e845e0
commit
2ab76fe5a1
@ -14,10 +14,10 @@ type: application
|
|||||||
|
|
||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# This is the chart version. This version number should be incremented each time you make changes
|
||||||
# to the chart and its templates, including the app version.
|
# to the chart and its templates, including the app version.
|
||||||
version: 0.1.6
|
version: 0.1.14
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application.
|
# incremented each time you make changes to the application.
|
||||||
appVersion: 1.14.2
|
appVersion: 4.6.2.0
|
||||||
|
|
||||||
icon: https://docs.gitea.io/images/gitea.png
|
icon: https://git.ervine.org/jonny/charts/raw/branch/master/emby/emby.png
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
# Default values for gitea.
|
# Default values for jellyfin.
|
||||||
# This is a YAML-formatted file.
|
# This is a YAML-formatted file.
|
||||||
# Declare variables to be passed into your templates.
|
# Declare variables to be passed into your templates.
|
||||||
|
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: harbor.ervine.dev/public/x86_64/alpine/gitea
|
repository: harbor.ervine.dev/public/x86_64/embyserver
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
@ -15,8 +15,6 @@ fullnameOverride: ""
|
|||||||
serviceAccount:
|
serviceAccount:
|
||||||
# Specifies whether a service account should be created
|
# Specifies whether a service account should be created
|
||||||
create: true
|
create: true
|
||||||
# Annotations to add to the service account
|
|
||||||
annotations: {}
|
|
||||||
# The name of the service account to use.
|
# The name of the service account to use.
|
||||||
# If not set and create is true, a name is generated using the fullname template
|
# If not set and create is true, a name is generated using the fullname template
|
||||||
name:
|
name:
|
||||||
@ -34,10 +32,7 @@ securityContext: {}
|
|||||||
|
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 3000
|
port: 8096
|
||||||
|
|
||||||
ssh:
|
|
||||||
port: 22
|
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: false
|
enabled: false
|
||||||
@ -61,8 +56,8 @@ resources:
|
|||||||
# cpu: 100m
|
# cpu: 100m
|
||||||
# memory: 128Mi
|
# memory: 128Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 60m
|
||||||
memory: 128Mi
|
memory: 800Mi
|
||||||
|
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
location: bedRoom
|
location: bedRoom
|
||||||
@ -72,8 +67,5 @@ tolerations: []
|
|||||||
affinity: {}
|
affinity: {}
|
||||||
|
|
||||||
config:
|
config:
|
||||||
persistence:
|
configPvc: emby-icarus-config
|
||||||
enabled: true
|
mediaPvc: emby-icarus-media
|
||||||
existingClaim: gitea-data
|
|
||||||
storageClassName: nfs-client-icarus
|
|
||||||
storageSize: 20Gi
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user