Skip to content

Commit

Permalink
default values
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrothstein committed Nov 27, 2024
1 parent 6807c1b commit 0bbcd74
Showing 1 changed file with 20 additions and 26 deletions.
46 changes: 20 additions & 26 deletions kubernetes/helm-charts/bricksllm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,39 +55,33 @@ services:
# Configuring Ingresses
ingresses:
admin:
enabled: true
className: tailscale
enabled: false
#className: "tailscale"
#annotations:
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: bricksllm-admin.elephant-frog.ts.net
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- bricksllm-admin.elephant-frog.ts.net
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
#hosts:
# - host: bricksllm-admin.elephant-frog.ts.net
# paths:
# - path: /
# pathType: ImplementationSpecific
#tls:
# - hosts:
# - bricksllm-admin.elephant-frog.ts.net
proxy:
enabled: true
className: tailscale
enabled: false
#className: tailscale
#annotations:
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: bricksllm-proxy.elephant-frog.ts.net
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- bricksllm-proxy.elephant-frog.ts.net
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
#hosts:
# - host: bricksllm-proxy.elephant-frog.ts.net
# paths:
# - path: /
# pathType: ImplementationSpecific
#tls:
# - hosts:
# - bricksllm-proxy.elephant-frog.ts.net

#resources:
# limits:
Expand Down

0 comments on commit 0bbcd74

Please sign in to comment.