Initial gitea commit.
This commit is contained in:
27
values.yaml
Normal file
27
values.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
nameOverride: "s3bot"
|
||||
|
||||
image:
|
||||
tag: "latest"
|
||||
|
||||
service:
|
||||
port: 8000
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 120Mi
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: cert-issuer
|
||||
external-dns.alpha.kubernetes.io/hostname: s3bot.le-memese.com
|
||||
tls:
|
||||
- hosts:
|
||||
- s3bot.le-memese.com
|
||||
secretName: s3bot-tls
|
||||
hosts:
|
||||
- host: s3bot.le-memese.com
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
Reference in New Issue
Block a user