Files
infrastructure/clusters/cl01tl/manifests/yubal/Deployment-yubal.yaml
gitea-bot d69f39d1ac Automated Manifest Update (#3800)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #3800
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
2026-02-06 20:23:13 +00:00

69 lines
1.7 KiB
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: yubal
labels:
app.kubernetes.io/controller: main
app.kubernetes.io/instance: yubal
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: yubal
helm.sh/chart: yubal-4.6.2
namespace: yubal
spec:
revisionHistoryLimit: 3
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
app.kubernetes.io/controller: main
app.kubernetes.io/name: yubal
app.kubernetes.io/instance: yubal
template:
metadata:
labels:
app.kubernetes.io/controller: main
app.kubernetes.io/instance: yubal
app.kubernetes.io/name: yubal
spec:
enableServiceLinks: false
serviceAccountName: default
automountServiceAccountToken: true
securityContext:
fsGroup: 1000
runAsGroup: 1000
runAsUser: 1000
hostIPC: false
hostNetwork: false
hostPID: false
dnsPolicy: ClusterFirst
containers:
- env:
- name: YUBAL_TZ
value: America/Chicago
- name: YUBAL_HOST
value: 0.0.0.0
- name: YUBAL_PORT
value: "8000"
- name: YUBAL_LOG_LEVEL
value: INFO
image: ghcr.io/guillevc/yubal:4.0.0
imagePullPolicy: IfNotPresent
name: main
resources:
requests:
cpu: 10m
memory: 128Mi
volumeMounts:
- mountPath: /app/config
name: config
- mountPath: /app/data
name: music
volumes:
- name: config
persistentVolumeClaim:
claimName: yubal
- name: music
persistentVolumeClaim:
claimName: yubal-nfs-storage