-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from kerberos-io/public-release-1730577950
A new public release - 1730577950
- Loading branch information
Showing
2 changed files
with
19 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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:[email protected]/?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:[email protected]/?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" |