Compare commits

..

6 Commits

4 changed files with 5 additions and 23 deletions

View File

@@ -52,5 +52,6 @@ spec:
name: pictures name: pictures
volumes: volumes:
- name: pictures - name: pictures
persistentVolumeClaim: nfs:
claimName: immich-pictures-pvc server: 10.0.0.123
path: /pictures

View File

@@ -24,25 +24,6 @@ spec:
env: env:
- name: DOMAINS - name: DOMAINS
value: "*.akshun-lab.cc" value: "*.akshun-lab.cc"
- name: PROXIED
value: "true"
- name: IP4_PROVIDER
value: "none"
- name: CLOUDFLARE_API_TOKEN
valueFrom:
secretKeyRef:
name: cf-ddns-secret
key: api-token
- name: cf-ddns-2
image: favonia/cloudflare-ddns:1.15.1
securityContext:
capabilities:
drop:
- ALL
env:
- name: DOMAINS
value: "gitea.akshun-lab.cc"
- name: PROXIED - name: PROXIED
value: "false" value: "false"
- name: IP4_PROVIDER - name: IP4_PROVIDER

View File

@@ -9,7 +9,7 @@ spec:
chart: chart:
spec: spec:
chart: ollama chart: ollama
version: "1.39.0" version: "1.40.0"
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: ollama name: ollama

View File

@@ -18,7 +18,7 @@ spec:
spec: spec:
containers: containers:
- name: searxng - name: searxng
image: searxng/searxng@sha256:7dfe4abf855ee9ef946c057211179dbc97e05d49a15db11d937c84b1e412098a image: searxng/searxng@sha256:771d475fd7a6b9e254ad725220f977303cdb132fb2136401ea806553330214eb
ports: ports:
- containerPort: 8080 - containerPort: 8080
env: env: