1
0
Fork 0

feat: add helm chart

This commit is contained in:
Vojtěch Mareš 2023-07-03 17:59:20 +02:00
parent 7d3852150b
commit d454ec8fc9
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
12 changed files with 231 additions and 0 deletions

View file

@ -0,0 +1,38 @@
replicaCount: 1
image:
repository: ghcr.io/vojtechmares/backoffice
tag:
imagePullSecrets: {}
ingress:
enabled: false
host: example.com
ingressClass: nginx
path: /
pathType: Prefix
annotations:
{}
# cert-manager.io/cluster-issuer: letsencrypt-prod
# cert-manager.io/issuer: letsencrypt-prod
service:
portName: http
portNumber: 3000
resources:
limits:
cpu: 300m
memory: 512Mi
requests:
cpu: 100m
memory: 128Mi
env: null
secrets:
databaseURL: null
nextauthSecret: null
googleClientID: null
googleClientSecret: null