40 lines
812 B
YAML
40 lines
812 B
YAML
backend:
|
|
image:
|
|
repository: registry.digitalocean.com/lunarfront/lunarfront-app
|
|
tag: 0.0.27
|
|
pullPolicy: Always
|
|
port: 8000
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 256Mi
|
|
limits:
|
|
cpu: 1000m
|
|
memory: 512Mi
|
|
|
|
frontend:
|
|
image:
|
|
repository: registry.digitalocean.com/lunarfront/lunarfront-frontend
|
|
tag: 0.0.27
|
|
pullPolicy: Always
|
|
port: 80
|
|
resources:
|
|
requests:
|
|
cpu: 50m
|
|
memory: 64Mi
|
|
limits:
|
|
cpu: 200m
|
|
memory: 128Mi
|
|
|
|
ingress:
|
|
host: ""
|
|
className: nginx
|
|
tlsIssuer: letsencrypt
|
|
|
|
imagePullSecrets:
|
|
- name: registry-lunarfront
|
|
|
|
# Secrets are expected to exist in-namespace as 'lunarfront-secrets' with keys:
|
|
# database-url, jwt-secret, redis-url
|
|
# These are created by the manager during provisioning, not by this chart.
|