hive-apps/projects/ai/values/bibot.yml
2024-03-12 21:36:01 +01:00

27 lines
438 B
YAML

controllers:
main:
containers:
main:
image:
repository: reg.dc/bibot
tag: latest
pullPolicy: Always
#env:
#
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
service:
main:
controller: main
ports:
http:
port: 3001
type: ClusterIP