'update files with ansible'

This commit is contained in:
jonny 2021-06-11 01:18:26 +00:00
parent ac31e845e0
commit 2ab76fe5a1
2 changed files with 10 additions and 18 deletions

View File

@ -14,10 +14,10 @@ type: application
# 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.
version: 0.1.6
version: 0.1.14
# This is the version number of the application being deployed. This version number should be
# 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

View File

@ -1,11 +1,11 @@
# Default values for gitea.
# Default values for jellyfin.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: harbor.ervine.dev/public/x86_64/alpine/gitea
repository: harbor.ervine.dev/public/x86_64/embyserver
pullPolicy: IfNotPresent
imagePullSecrets: []
@ -15,8 +15,6 @@ fullnameOverride: ""
serviceAccount:
# Specifies whether a service account should be created
create: true
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name:
@ -34,10 +32,7 @@ securityContext: {}
service:
type: ClusterIP
port: 3000
ssh:
port: 22
port: 8096
ingress:
enabled: false
@ -61,8 +56,8 @@ resources:
# cpu: 100m
# memory: 128Mi
requests:
cpu: 100m
memory: 128Mi
cpu: 60m
memory: 800Mi
nodeSelector:
location: bedRoom
@ -72,8 +67,5 @@ tolerations: []
affinity: {}
config:
persistence:
enabled: true
existingClaim: gitea-data
storageClassName: nfs-client-icarus
storageSize: 20Gi
configPvc: emby-icarus-config
mediaPvc: emby-icarus-media