hive-apps/projects/ntfy/values/ntfy.yaml

83 lines
1.6 KiB
YAML
Raw Normal View History

2023-02-12 17:52:04 +00:00
# Default values for ntfy.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
2022-09-28 14:22:07 +00:00
image:
2023-02-12 17:52:04 +00:00
repository: binwiederhier/ntfy
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
2022-09-28 14:22:07 +00:00
2023-02-12 17:52:04 +00:00
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
2022-09-28 14:22:07 +00:00
2023-02-12 17:52:04 +00:00
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: ""
podAnnotations: {}
2022-09-28 14:22:07 +00:00
podSecurityContext:
runAsUser: 1000
runAsGroup: 1000
2023-02-12 17:52:04 +00:00
fsGroup: 2000
2022-09-28 14:22:07 +00:00
2023-02-12 17:52:04 +00:00
securityContext:
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
2022-09-28 14:22:07 +00:00
service:
2023-02-12 17:52:04 +00:00
type: ClusterIP
port: 80
2022-09-28 14:22:07 +00:00
ingress:
2023-02-12 17:52:04 +00:00
enabled: true
className: ""
annotations:
cert-manager.io/cluster-issuer: vault-issuer
traefik.ingress.kubernetes.io/router.tls: 'true'
hosts:
- host: notify.dc
paths:
- path: /
pathType: Prefix
tls:
- secretName: notify-tls
2022-09-28 14:22:07 +00:00
hosts:
2023-02-12 17:52:04 +00:00
- notify.dc
2022-09-28 14:22:07 +00:00
2023-02-12 17:52:04 +00:00
resources:
limits:
cpu: 100m
memory: 128Mi
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80
2022-09-28 14:22:07 +00:00
2023-02-12 17:52:04 +00:00
config:
2022-09-28 14:22:07 +00:00
enabled: false
2023-02-12 17:52:04 +00:00
data:
base-url: "https://notify.dc"
auth-file: "/var/cache/ntfy/user.db"
auth-default-access: "allow-all"
cache-file: "/var/cache/ntfy/cache.db"
attachment-cache-dir: "/var/cache/ntfy/attachments"
behind-proxy: true