24 lines
301 B
YAML
24 lines
301 B
YAML
namespace: sova-test
|
|
|
|
image:
|
|
repository: sova-docs
|
|
tag: local-test
|
|
pullPolicy: IfNotPresent
|
|
|
|
imagePullSecrets: []
|
|
|
|
replicaCount: 1
|
|
|
|
ingress:
|
|
enabled: true
|
|
className: nginx
|
|
host: docs.sova.local
|
|
|
|
resources:
|
|
requests:
|
|
cpu: 25m
|
|
memory: 32Mi
|
|
limits:
|
|
cpu: 100m
|
|
memory: 64Mi
|