Skip to content

Commit

Permalink
Update example values for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWebb committed Oct 23, 2023
1 parent 84799de commit c607698
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/hq/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: codetogether-hq
description: CodeTogether HQ provides advanced project insights for developers

type: application
version: 1.4.13
version: 1.4.14
appVersion: "2023.3.0"
kubeVersion: ">= 1.18.0"

Expand Down
14 changes: 7 additions & 7 deletions charts/hq/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ image:
imageCredentials:
# pullSecret: "my-customer-pull-secret"
# Configure credentials if using private Docker registry.
enabled: false
enabled: true
registry: hub.edge.codetogether.com
username: "my-customer-username"
password: "my-customer-password"
Expand All @@ -35,7 +35,7 @@ imageCredentials:
# guidance on the best deployment option based on your needs.
#
codetogether:
url: https://codetogether.local
url: https://<server-fqdn>

hqproperties:
hq.sso.client.id: CLIENTID.apps.googleusercontent.com
Expand All @@ -45,11 +45,11 @@ hqproperties:
hq.db.type: CASSANDRA
hq.secret: SECRET1
hq.encryption.secret: SECRET2
hq.base.url: https://codetogether.local
hq.base.url: https://<server-fqdn>
hq.cassandra.db.name: insights
hq.cassandra.db.port: 9042
hq.cassandra.db.host: cthq-cassandra
hq.sso.redirect.uri: https://codetogether.local/api/v1/auth/sso/success/insights
hq.cassandra.db.host: codetogether-cassandra.default.svc.cluster.local
hq.sso.redirect.uri: https://<server-fqdn>/api/v1/auth/sso/success/insights
hq.cassandra.db.password: cassandra
hq.cassandra.db.username: cassandra

Expand All @@ -62,7 +62,7 @@ ingress:
annotations:
# For reference: This is required for k8 version < 1.18
# kubernetes.io/ingress.class: nginx
# external-dns.alpha.kubernetes.io/hostname: codetogether.local
# external-dns.alpha.kubernetes.io/hostname: <server-fqdn>
# There are 3 ways to handle ingressClassName for the CodeTogether Ingress object:
# (1) set className to 'codetogether-nginx' to use the predefined IngressClass
# (2) set className to a custom value to use your own IngressClass
Expand All @@ -78,7 +78,7 @@ ingress:
#
service:
# annotations:
# external-dns.alpha.kubernetes.io/hostname: codetogether.local
# external-dns.alpha.kubernetes.io/hostname: <server-fqdn>
type: ClusterIP
port: 1080

Expand Down

0 comments on commit c607698

Please sign in to comment.