Compare commits
1 Commits
591f999740
...
40d9c5f3f8
| Author | SHA1 | Date | |
|---|---|---|---|
| 40d9c5f3f8 |
@@ -47,9 +47,7 @@ data:
|
|||||||
|
|
||||||
respond @requireAuth "Unauthorized" 401
|
respond @requireAuth "Unauthorized" 401
|
||||||
|
|
||||||
reverse_proxy ollama:11434 {
|
reverse_proxy ollama:11434
|
||||||
flush_interval -1
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ metadata:
|
|||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt
|
cert-manager.io/cluster-issuer: letsencrypt
|
||||||
acme.cert-manager.io/http01-edit-in-place: "true"
|
acme.cert-manager.io/http01-edit-in-place: "true"
|
||||||
nginx.ingress.kubernetes.io/proxy-buffering: "false"
|
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
rules:
|
rules:
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ spec:
|
|||||||
- name: renovate
|
- name: renovate
|
||||||
# Update this to the latest available and then enable Renovate on
|
# Update this to the latest available and then enable Renovate on
|
||||||
# the manifest
|
# the manifest
|
||||||
image: renovate/renovate:39.238.2-full
|
image: renovate/renovate:39.238.1-full
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: renovate-env
|
name: renovate-env
|
||||||
|
|||||||
@@ -54,6 +54,3 @@ spec:
|
|||||||
lbipam.cilium.io/sharing-key: gitea
|
lbipam.cilium.io/sharing-key: gitea
|
||||||
lbipam.cilium.io/sharing-cross-namespace: gitea
|
lbipam.cilium.io/sharing-cross-namespace: gitea
|
||||||
lbipam.cilium.io/ips: 10.44.0.0,2001:470:61a3:400::1
|
lbipam.cilium.io/ips: 10.44.0.0,2001:470:61a3:400::1
|
||||||
config:
|
|
||||||
entries:
|
|
||||||
proxy-buffering: "false"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user