33 lines
752 B
YAML
33 lines
752 B
YAML
resources: # Need to be fine tunned in the futur
|
|
limits:
|
|
cpu: 100m
|
|
memory: 128Mi
|
|
requests:
|
|
cpu: 20m
|
|
memory: 16Mi
|
|
|
|
env:
|
|
- name: OTEL_EXPORTER_OTLP_ENDPOINT
|
|
value: "http://tempo.monitoring.svc.cluster.local:4317"
|
|
- name: RUST_LOG
|
|
value: "debug"
|
|
- name: APP_NAME
|
|
value: "BotDiscord"
|
|
|
|
ingress:
|
|
annotations:
|
|
kubernetes.io/ingress.class: "haproxy"
|
|
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
|
host: weebo.fr
|
|
|
|
image:
|
|
repository: harbor.weebo.fr/bu_teammaker/botdiscord
|
|
pullPolicy: Always
|
|
tag: "v1.17.8"
|
|
|
|
labels:
|
|
app.kubernetes.io/name: botdiscord
|
|
app.kubernetes.io/component: botdiscord
|
|
app.kubernetes.io/instance: "botdiscord-{{ .Release.Name }}"
|
|
app.kubernetes.io/part-of: "bot-discord"
|