27 lines
468 B
YAML
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
|
|
|