hive-apps/projects/ai/values/bibot.yml

27 lines
438 B
YAML
Raw Normal View History

2024-03-12 20:30:06 +00:00
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