mirror of
https://github.com/kerberos-io/deployment.git
synced 2026-08-23 15:18:32 +00:00
A new public release - 1730577950
This commit is contained in:
@@ -137,7 +137,7 @@ kerberoshub:
|
||||
api:
|
||||
repository: uugai/hub-api
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "v1.0.4"
|
||||
tag: "v1.0.5"
|
||||
replicas: 2
|
||||
jwtSecret: "I1JcwzW3A0tWJK9jnPkipbnVTpf0efMy" # change to a random value, this is for generating JWT tokens.
|
||||
schema: "https"
|
||||
|
||||
@@ -20,7 +20,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: vault
|
||||
image: uugai/vault:v1.0.4
|
||||
image: uugai/vault:v1.0.5
|
||||
resources:
|
||||
limits:
|
||||
memory: 512Mi
|
||||
@@ -47,20 +47,19 @@ spec:
|
||||
# If you have a chained vault setup, enable this.
|
||||
- name: CONTINUOUS_FORWARDING
|
||||
value: "false"
|
||||
|
||||
# MongoDB URI (for example for a SaaS service like MongoDB Atlas)
|
||||
# If uri is set, the below properties are not used (host, adminDatabase, username, password)
|
||||
#MONGODB_URI: "mongodb+srv://xx:xx@kerberos-hub.xxx.mongodb.net/?retryWrites=true&w=majority&appName=xxx"
|
||||
# Mongodb configuration (if you are not using the configmap)
|
||||
# This is the mongodb database where data will be stored, you might use a different name if you want.
|
||||
#- name: MONGODB_DATABASE_STORAGE
|
||||
# value : "KerberosStorage"
|
||||
# If you do not wish to use the URI, you can specify the individual values.
|
||||
#- name: MONGODB_HOST
|
||||
# value: "mongodb.mongodb"
|
||||
#- name: MONGODB_DATABASE_CREDENTIALS
|
||||
# value: "admin"
|
||||
#- name: MONGODB_USERNAME
|
||||
# value: "root"
|
||||
#- name: MONGODB_PASSWORD
|
||||
# value: "yourmongodbpassword"
|
||||
# MongoDB URI (for example for a SaaS service like MongoDB Atlas)
|
||||
# If uri is set, the below properties are not used (host, adminDatabase, username, password)
|
||||
#MONGODB_URI: "mongodb+srv://xx:xx@kerberos-hub.xxx.mongodb.net/?retryWrites=true&w=majority&appName=xxx"
|
||||
# Mongodb configuration (if you are not using the configmap)
|
||||
# This is the mongodb database where data will be stored, you might use a different name if you want.
|
||||
#- name: MONGODB_DATABASE_STORAGE
|
||||
# value : "KerberosStorage"
|
||||
# If you do not wish to use the URI, you can specify the individual values.
|
||||
#- name: MONGODB_HOST
|
||||
# value: "mongodb.mongodb"
|
||||
#- name: MONGODB_DATABASE_CREDENTIALS
|
||||
# value: "admin"
|
||||
#- name: MONGODB_USERNAME
|
||||
# value: "root"
|
||||
#- name: MONGODB_PASSWORD
|
||||
# value: "yourmongodbpassword"
|
||||
|
||||
Reference in New Issue
Block a user