Compare commits

..

1 Commits

Author SHA1 Message Date
bc7fb3eaf3 Pinned PostgreSQL to v16.6 2025-08-01 13:24:14 -04:00
4 changed files with 3 additions and 36 deletions

View File

@@ -22,8 +22,6 @@
password: "{{ discourse_admin_password }}" password: "{{ discourse_admin_password }}"
image: image:
debug: false debug: false
repository: bitnamilegacy/discourse
tag: 3.4.7-debian-12-r0
service: service:
externalTrafficPolicy: Local externalTrafficPolicy: Local
discourse: discourse:
@@ -34,7 +32,6 @@
- https://github.com/discourse/discourse-activity-pub - https://github.com/discourse/discourse-activity-pub
- https://github.com/discourse/discourse-openid-connect - https://github.com/discourse/discourse-openid-connect
- https://github.com/jonmbake/discourse-ldap-auth - https://github.com/jonmbake/discourse-ldap-auth
- https://github.com/discourse/discourse-math
- https://github.com/discourse/discourse-post-voting - https://github.com/discourse/discourse-post-voting
- https://github.com/discourse/discourse-prometheus - https://github.com/discourse/discourse-prometheus
- https://github.com/discourse/discourse-reactions - https://github.com/discourse/discourse-reactions
@@ -61,8 +58,6 @@
tls: true tls: true
postgresql: postgresql:
enabled: true enabled: true
image:
repository: bitnamilegacy/postgresql
auth: auth:
enablePostgresUser: true enablePostgresUser: true
postgresPassword: "{{ discourse_admin_password }}" postgresPassword: "{{ discourse_admin_password }}"
@@ -72,7 +67,5 @@
size: 2Ti size: 2Ti
redis: redis:
enabled: true enabled: true
image:
repository: bitnamilegacy/redis
auth: auth:
password: "{{ discourse_admin_password }}" password: "{{ discourse_admin_password }}"

View File

@@ -17,21 +17,12 @@
release_namespace: localai release_namespace: localai
create_namespace: true create_namespace: true
values: values:
service:
type: LoadBalancer
deployment: deployment:
image: image:
tag: latest-gpu-nvidia-cuda-12 tag: latest-gpu-nvidia-cuda-12
runtimeClassName: nvidia runtimeClassName: nvidia
secretEnv:
- name: LOCALAI_DISABLE_WEBUI
value: "true"
- name: LOCALAI_API_KEY
value: "{{ localai_api_keys | join(',') }}"
- name: LOCALAI_WATCHDOG_IDLE
value: "true"
- name: LOCALAI_WATCHDOG_IDLE_TIMEOUT
value: "5m"
- name: LOCALAI_WATCHDOG_BUSY
value: "true"
resources: resources:
limits: limits:
nvidia.com/gpu: 1 nvidia.com/gpu: 1
@@ -45,17 +36,3 @@
operator: Equal operator: Equal
value: GPU value: GPU
effect: NoSchedule effect: NoSchedule
ingress:
enabled: true
className: nginx
annotations:
cert-manager.io/cluster-issuer: ca-issuer
hosts:
- host: localai.eom.dev
paths:
- path: /
pathType: ImplementationSpecific
tls:
- secretName: localai-tls
hosts:
- localai.eom.dev

View File

@@ -3,4 +3,4 @@
- name: Deploy - name: Deploy
include_tasks: "{{ item }}" include_tasks: "{{ item }}"
loop: loop:
- localai.yaml - nextcloud.yaml

View File

@@ -49,9 +49,6 @@
containers: containers:
- name: owncast - name: owncast
image: owncast/owncast:0.2.0 image: owncast/owncast:0.2.0
resources:
requests:
cpu: 1.5
volumeMounts: volumeMounts:
- name: data - name: data
mountPath: /app/data mountPath: /app/data