Skip to content

Commit

Permalink
Update kerberos-hub-values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Nov 28, 2024
1 parent 1eb347b commit 5f44adf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions kerberos-hub-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ kerberoshub:
tag: "v1.0.7"
replicas: 1
jwtSecret: "I1JcwzW3A0t_THIS-IS_NOT_A_SECRET_WJK9jnPkipbnVTpf0efMy" # change to a random value, this is for generating JWT tokens.
schema: "https"
url: "api.yourdomain.com"
schema: "http"
url: "ip-address:32081"
resources:
requests:
memory: 100Mi
Expand Down Expand Up @@ -235,9 +235,9 @@ kerberoshub:
# - hosts:
# - "yourdomain.com"
# secretName: kerberoshub
#- hosts:
# - "legacy.yourdomain.com"
# secretName: kerberoshub-legacy
# - hosts:
# - "legacy.yourdomain.com"
# secretName: kerberoshub-legacy
#demoTls:
# - hosts:
# - "demo.yourdomain.com"
Expand Down

0 comments on commit 5f44adf

Please sign in to comment.