fix(trow)

This commit is contained in:
nold 2025-01-21 17:59:01 +01:00
parent bd856a88f7
commit 6b46271e00
3 changed files with 47 additions and 2 deletions

View file

@ -4,4 +4,4 @@ apps:
- name: trow
repoURL: https://github.com/Trow-Registry/trow
path: charts/trow
targetRevision: main
targetRevision: v0.6.4

View file

@ -0,0 +1,45 @@
controllers:
main:
containers:
main:
image:
repository: epicwink/proxpi
tag: latest
env:
- name: PROXPI_CACHE_DIR
value: /data
- name: PROXPI_EXTRA_INDEX_URLS
value: https://download.pytorch.org/whl/cu121
ingress:
main:
annotations:
cert-manager.io/cluster-issuer: vault-issuer
enabled: true
hosts:
- host: pip.dc
paths:
- path: /
service:
name: main
port: http
tls:
- hosts:
- pip.dc
secretName: pip-tls
persistence:
data:
accessMode: ReadWriteOnce
enabled: true
readOnly: false
size: 10Gi
type: persistentVolumeClaim
service:
main:
ports:
http:
enabled: true
port: 5000
type: ClusterIP

View file

@ -1,6 +1,6 @@
image:
repository: ghcr.io/trow-registry/trow
tag: 0.6.4
#tag: 0.6.4
trow:
logLevel: info