mirror of
https://github.com/nold360/hive-apps
synced 2025-01-27 09:32:51 +00:00
fix(trow)
This commit is contained in:
parent
bd856a88f7
commit
6b46271e00
3 changed files with 47 additions and 2 deletions
|
@ -4,4 +4,4 @@ apps:
|
|||
- name: trow
|
||||
repoURL: https://github.com/Trow-Registry/trow
|
||||
path: charts/trow
|
||||
targetRevision: main
|
||||
targetRevision: v0.6.4
|
||||
|
|
45
projects/registry/values/pip.yml
Normal file
45
projects/registry/values/pip.yml
Normal 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
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: ghcr.io/trow-registry/trow
|
||||
tag: 0.6.4
|
||||
#tag: 0.6.4
|
||||
|
||||
trow:
|
||||
logLevel: info
|
||||
|
|
Loading…
Add table
Reference in a new issue