use mautrix image and remove hpa

This commit is contained in:
2026-01-03 17:38:23 +00:00
parent 5d63ac7e96
commit 60acdaa2b3
4 changed files with 2 additions and 44 deletions

View File

@@ -7,7 +7,7 @@ replicaCount: 1
# This sets the container image more information can be found here: https://kubernetes.io/docs/concepts/containers/images/
image:
repository: nginx
repository: dock.mau.dev/mautrix/discord
# This sets the pull policy for images.
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
@@ -133,14 +133,6 @@ readinessProbe:
path: /
port: http
# This section is for setting up autoscaling more information can be found here: https://kubernetes.io/docs/concepts/workloads/autoscaling/
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80
# Additional volumes on the output Deployment definition.
volumes: []
# - name: foo