Skip to content

Commit

Permalink
helm cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
seemywingz committed May 23, 2024
1 parent b0c85cf commit 34f3451
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 271 deletions.
123 changes: 0 additions & 123 deletions helm/values.development.yaml

This file was deleted.

32 changes: 3 additions & 29 deletions helm/values.production.yaml → helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Default values for pluralia development.
# helm upgrade --install pluralia ./helm --values ./helm/values.production.yaml

replicaCount: 1

image:
repository: ghcr.io/seemywingz/pluralia
repository: ghcr.io/pluralsh/pluralia
pullPolicy: Always
tag: v0.4.0
tag: latest

imagePullSecrets: []
nameOverride: ""
Expand All @@ -29,7 +27,7 @@ app:
openAI_maxTokens: 999
openAI_presencePenalty: 0.6
openAI_frequencyPenalty: 0.0
openAI_chat_model: "gpt-4"
openAI_chat_model: "gpt-4o"
openAI_tts_model: "tts-1"
openAI_tts_voice: "onyx"
openAI_tts_speed: 1.0
Expand All @@ -47,11 +45,6 @@ app:
secretKeyRef:
name: openai-api-key
key: api-key
- name: PRINTIFY_API_KEY
valueFrom:
secretKeyRef:
name: printify-api-key
key: api-key
- name: DISCORD_API_KEY
valueFrom:
secretKeyRef:
Expand All @@ -67,25 +60,6 @@ service:
type: ClusterIP
port: 8080

ingress:
enabled: false
className: "nginx"
annotations:
cert-manager.io/cluster-issuer: "cloudlfare-letsencrypt-production"
nginx.ingress.kubernetes.io/auth-response-headers: Authorization
nginx.ingress.kubernetes.io/configuration-snippet: |
auth_request_set $token $upstream_http_x_auth_request_access_token;
more_set_headers "Request-Id: $req_id";
hosts:
- host: discipuli.ai
paths:
- path: /
pathType: Prefix
tls:
- secretName: discipuli.ai-tls
hosts:
- discipuli.ai

serviceAccount:
create: false
annotations: {}
Expand Down
119 changes: 0 additions & 119 deletions helm/~values.yaml

This file was deleted.

0 comments on commit 34f3451

Please sign in to comment.