Files
manifests/manifests/archmeister/values-prod.yaml
T
2024-06-04 12:50:41 +02:00

27 lines
468 B
YAML

ingress:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
hosts:
- host: archmeister.srv.oceanbox.io
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- archmeister.srv.oceanbox.io
secretName: prod-archmeister-tls
cluster:
backupEnabled: true
backupRetention: 60d
instances: 2
resources:
limits:
cpu: 1000m
memory: 2Gi
requests:
cpu: 200m
memory: 1Gi